Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you use Consul instead of Zookeeper for Kafka

I am looking at using Kafka but the documentation states that I need to set up Zookeeper. I already have a service discovery set up, I am using Consul. I don't want to have to look after Zookeeper as well.

Can you use Consul instead of Zookeeper to run Kafka? If so is there any documentation on how to do this anywhere?

like image 256
Carl Thomas Avatar asked May 21 '18 20:05

Carl Thomas


1 Answers

Apache Kafka currently supports only Apache Zookeeper. It doesn't have any out of the box support for Consul.

like image 128
Jakub Avatar answered Oct 01 '22 15:10

Jakub