Kafka - Cluster Architecture
Identify the error in this Kafka leader election configuration snippet:
broker.id = 2 zookeeper.connect=localhost:2181 controller.quorum.voters=1@localhost:9093,2@localhost:9094
