-
I am able to get this application running successfully. I would now like to extend such that, when a
How do I annotate such that the Kafka topic is set dynamically? Also, how do I set a JSON deserializer for the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
/cc @Ladicek, @alesj, @cescoffier, @jmartisk, @ozangunalp, @phillip-kruger, @radcortez |
Beta Was this translation helpful? Give feedback.
-
This cannot be set at run time. The best alternative is to override the |
Beta Was this translation helpful? Give feedback.
This cannot be set at run time. The best alternative is to override the
topic
attribute (e.g.,mp.messaging.incoming.channel-name.topic=topic_name
.