how client know the server's topology

2021-12-20 Thread yonghua
Hello, I am seeing this doc: https://github.com/zendesk/ruby-kafka who says: This behavior is controlled by the required_acks option to #producer and #async_producer: # This is the default: all replicas must acknowledge. producer = kafka.producer(required_acks: :all) My question

Re: kafka and zookeeper

2021-12-19 Thread yonghua
that's all right. thanks. On 2021/12/20 11:26, Luke Chen wrote: There's no a specific timeline for this feature to be completed.

kafka and zookeeper

2021-12-19 Thread yonghua
hello kafka developers, from which version of kafka, Zookeeper will be canceled? what's the alternative to zookeeper in that version? Thank you.