Gwen Shapira
Gwen Shapira
I accidentally left my old ZK running and tried to use the CLI to start the stack: ``` [centos@ip-172-31-78-114 ~]$ confluent start Starting zookeeper |Zookeeper failed to start zookeeper is...
If you install CP from DEB/RPM, you have /etc/kafka/server.properties which says that the data dir is in /var/lib/kafka. So if you do “confluent start” to start kafka, you may expect...
Confluent Config allows me to configure a connector, but how do I configure brokers?
If I try to get help for a command that doesn't exist ("confluent connect help"), currently there is no output. Will be nice to get some error like "git: 'connect'...
Please update your start script to avoid failures due to these lines: https://github.com/spotify/docker-kafka/blob/master/kafka/scripts/start-kafka.sh#L20 # advertised.host and #advertised.port were removed from Kafka's default file. We have #listeners now.