Removing kafka topic contents from Java

2016-10-24 Thread Demian Calcaprina
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

Removing kafka topic contents from Java

2016-10-24 Thread Demian Calcaprina
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

Multiple timeout issues

2016-11-17 Thread Demian Calcaprina
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