confluent icon indicating copy to clipboard operation
confluent copied to clipboard

A Chef cookbook to install the Confluent Platform

Results 4 confluent issues
Sort by recently updated
recently updated
newest added

As we like and use this cookbook in production, I was curious if there was a way that you could add topic creations support within this cookbook. It would help...

In the /etc/init.d/kafka script, the findPid() function uses java class to identify the kafka process: ``` CLASS=kafka.Kafka ``` ``` findPid() { FOUND_PID=`pgrep -u $USER -f $CLASS` } ``` However, the...

Currently we install the confluent package into /opt/confluent/confluent-VERSION. As more versions are installed this takes up more space but we likely don't need to maintain all our other versions

Hi, Both Kafka-rest and Schema-registry do not start after a reboot with Ubuntu 14.04 (first noticed after an image was created). They fail because Kafka at this time has not...