Hi Guys,
Is there a way to remove a kafka topic from the java api?
I have the following scenario:
We have a subscription service, which returns responses to subscribed
clients through kafka topic. Per subscription, we create a new kafka topic
and send the data by publishing in this new topic. And
Hi Guys,
Is there a way to remove a kafka topic from the java api?
I have the following scenario:
We have a subscription service, which returns responses to subscribed
clients through kafka topic. Per subscription, we create a new kafka topic
and send the data by publishing in this new topic. And
Hi All,
I am facing some strange issues, probably because I am making something
wrong.
Basically, I need to create kafka topics dynamically, post some messages
there and after some time, remove the topic.
1) For creating the topic
private static final int KAFKA_CONNECT_TIMEOUT = 1;
private s