-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow setting a message key for the Kafka binder #51
Comments
From @mbogoevici on July 28, 2016 15:21 Hi, Thanks for pointing that out. We are currently mistakingly setting the key to null always, which is not working with compacted topics. |
From @Jacuo on August 17, 2016 7:57 Is there any prediction, when it will be fixed ? |
@Jacuo: Could you please upgrade to Brooklyn.RELEASE and retry? |
Hi @Jacuo I am able to send/receive messages with key/value set with appropriate serializer/de-serializer configs. Please re-open this ticket if you still see any issue. Thanks! |
Hi @ilayaperumalg, |
From @Jacuo on July 28, 2016 14:55
Sending message to kafka topic, when cleanup.policy=compact causes error. It looks that problem is with key= null. I tried to set key using
but with no effect.
Is there any way to set key value ?
Copied from original issue: spring-cloud/spring-cloud-stream#602
The text was updated successfully, but these errors were encountered: