Skip to content

Commit 307ede1

Browse files
author
Liudmila Molkova
committed
rebase
1 parent 66aeeca commit 307ede1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

specification/trace/semantic_conventions/messaging.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -369,13 +369,9 @@ For Apache Kafka, the following additional attributes are defined:
369369
| `messaging.kafka.message.key` | string | Message keys in Kafka are used for grouping alike messages to ensure they're processed on the same partition. They differ from `messaging.message.id` in that they're not unique. If the key is `null`, the attribute MUST NOT be set. [1] | `myKey` | Recommended |
370370
| `messaging.kafka.consumer.group` | string | Name of the Kafka Consumer Group that is handling the message. Only applies to consumers, not producers. | `my-group` | Recommended |
371371
| `messaging.kafka.client_id` | string | Client Id for the Consumer or Producer that is handling the message. | `client-5` | Recommended |
372-
<<<<<<< HEAD
373-
| `messaging.kafka.message.partition` | int | Partition the message is sent to. | `2` | Recommended |
374-
| `messaging.kafka.message.offset` | int | The offset of a record in the corresponding Kafka partition. | `42` | Recommended |
375-
=======
376372
| `messaging.kafka.destination.partition` | int | Partition the message is sent to. | `2` | Recommended |
373+
| `messaging.kafka.message.offset` | int | The offset of a record in the corresponding Kafka partition. | `42` | Recommended |
377374
| `messaging.kafka.source.partition` | int | Partition the message is received from. | `2` | Recommended |
378-
>>>>>>> dd7251c (clarify destination attributes on consumers)
379375
| `messaging.kafka.message.tombstone` | boolean | A boolean that is true if the message is a tombstone. | | Conditionally Required: [2] |
380376

381377
**[1]:** If the key type is not string, it's string representation has to be supplied for the attribute. If the key has no unambiguous, canonical string form, don't include its value.

0 commit comments

Comments
 (0)