Re: [DISCUSS] KIP-509: Rebalance and restart Producers

2019-08-20 Thread W. D.
The KIP can be found here: https://cwiki.apache.org/confluence/display/KAFKA/KIP-509%3A+Rebalance+and+restart+Producers On Mon, Aug 19, 2019 at 10:00 PM W. D. wrote: > At the moment producers do not get any support when restarting: > where should it start producing data from? > what data had be

Re: [DISCUSS] KIP-509: Rebalance and restart Producers

2019-08-19 Thread Werner Daehn
https://cwiki.apache.org/confluence/display/KAFKA/KIP-509%3A+Rebalance+and+restart+Producers On 2019/08/19 20:00:02, "W. D." wrote: > At the moment producers do not get any support when restarting:> > where should it start producing data from?> > what data had been committed successfully in th

[DISCUSS] KIP-509: Rebalance and restart Producers

2019-08-19 Thread W. D.
At the moment producers do not get any support when restarting: where should it start producing data from? what data had been committed successfully in the past? and also for load distribution there is no support in the Kafka client itself. how many producers for a single source are currently acti