Re: Is there a way to stop/pause producers from writing?

2014-08-10 Thread Otis Gospodnetic
Hi, Wouldn't you want to tell your app to stop producing messages then? Otis -- Performance Monitoring * Log Analytics * Search Analytics Solr & Elasticsearch Support * http://sematext.com/ On Tue, Aug 5, 2014 at 7:45 PM, Stephen Chan wrote: > Is there a tool or way using the Kafka admin api

Is there a way to stop/pause producers from writing?

2014-08-05 Thread Stephen Chan
Is there a tool or way using the Kafka admin api to tell a producer to stop/pause writing to a specific topic? The use case is basically we need to stop writing to a topic, let the consumers get caught up and then deploy some new code either for the producers or consumers. Our producers will have