strimzi-kafka-bridge icon indicating copy to clipboard operation
strimzi-kafka-bridge copied to clipboard

Proposal for specifying the message key with AMQP group-id

Open ppatierno opened this issue 9 years ago • 0 comments

Currently the message key is specified through the custom annotation :

x-opt-bridge.key

We could use the system property group-id for that. Leaving the x-opt-bridge.partition custom annotation for specifying partition.

So ...

for key : group-id is used or if it's not specified, the x-opt-bridge.key is used for partition : it's possible only using x-opt-bridge.partition

ppatierno avatar Nov 09 '16 14:11 ppatierno