OpenTelemetry SDK
    Preparing search index...

    Variable SEMATTRS_MESSAGING_KAFKA_MESSAGE_KEYConst

    SEMATTRS_MESSAGING_KAFKA_MESSAGE_KEY: "messaging.kafka.message_key" = TMP_MESSAGING_KAFKA_MESSAGE_KEY

    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.

    Note: 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.

    Use ATTR_MESSAGING_KAFKA_MESSAGE_KEY in [incubating entry-point](https://github.com/open-telemetry/opentelemetry-js/blob/main/semantic-conventions/README.md#unstable-semconv).