Why does the new version of kafka consumer and producer configuration use bootstrap-servers
to directly configure broker list
instead of using zookeeper server addresses?
Don"t consumers and producers of the new version of kafka no longer need to get information from zookeeper?
if you use bootstrap-servers directly, don"t you want to reconfigure and restart if kafka broker is added?