Skip to main content

MESSAGING__KAFKA__MESSAGE__KEY

Constant MESSAGING__KAFKA__MESSAGE__KEY 

Source
pub const MESSAGING__KAFKA__MESSAGE__KEY: &str = "messaging.kafka.message.key";
Expand description

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.

  • Scrubbing: Manual
  • Rewriting behavior: None