Dynamic configuration for Reactive Messaging Kafka #39511
Replies: 2 comments 2 replies
-
/cc @alesj (kafka), @cescoffier (kafka,reactive-messaging), @ozangunalp (kafka,reactive-messaging) |
Beta Was this translation helpful? Give feedback.
-
I just came across this today. Just adding for reference. One scenario I can see is:
I think this is because Quarkus want to use declarative approach mostly like using app settings file. But few app settings can be changed dynamically. So, similarly it should be possible to dynamically change/add Kafka settings, also I guess there is no build time code generations for this. Hope an interface for such use case will be introduced in future. For now, I will try using bare Kafka client. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Can you guys please point me to a blog or reference document to configure Reactive Message Kafka dynamically.
Basically, topic names will come from HTTP request and then I would like to create reactive messaging queue and connect it with Kafka topic using Kafka connector and also clear dispose this setup on other HTTP request.
It can be both Topic reading and also top writing.
In reference documents I can see that we can make static configurations using
applicaiton.properties
.Is there any API I can use in Quarkus to configure this setup dynamically. I am expecting now they would be part of startup code in kafka reactive extension. Just wondering if it is publicly accessible.
I just feel that there are lot of use cases to for this type of setup.
Beta Was this translation helpful? Give feedback.
All reactions