cp-docker-images
cp-docker-images copied to clipboard
[DEPRECATED] Docker images for Confluent Platform.
In a 3 broker Kafka cluster when trying a rolling upgrade from `4.0.0-3` to `4.1.1-1`, after rebooting the first broker I see the following message in the logs: ``` [2018-05-23...
Was having trouble getting Kafka to set ACLs on Zookeeper (via zookeeper.set.acl=true). Turns out that Zookeeper isn't picking up all the environment variables as expected. The following wouldn't work: ```...
The ZooKeeper properties template ([zookeeper.properties.template](https://github.com/confluentinc/cp-docker-images/blob/5.2.1-post/debian/zookeeper/include/etc/confluent/docker/zookeeper.properties.template)) lacks a loop to set `authProvider` properties, like the similar loops for servers, groups, and weights.
``` + keytool -keystore kafka.broker1.keystore.jks -alias broker1 -import -file broker1-ca1-signed.crt -storepass confluent -keypass confluent keytool error: java.lang.Exception: Failed to establish chain from reply ```
Running [cp-all-in-one-cloud](https://github.com/confluentinc/examples/blob/5.3.1-post/cp-all-in-one-cloud/docker-compose.yml) results in a false negative -- it shows unhealthy state for the connect image even though it is working fine. ``` connect /etc/confluent/docker/run Up (unhealthy) 0.0.0.0:8083->8083/tcp, 9092/tcp ```...
How to build Rhel/Centos docker image for confluent kafka/ zookeeper/schema registry /kafka connect
There is lot of vulnerabilities scaned in debian version of docker images of confluent kafka.. As per our company's security recommendation, they are not allowing to use these images.. Can...
I've deployed docker-compose as below but connector container cannot seem to be able to connect to brokers properly. I've set CONNECT_BOOTSTRAP_SERVERS to correct hostname but connector is trying to connect...
Hello, I am currently using the 5.4.0-beta1 Docker Images as posted on Docker Hub. These are now two months old. Is there expectation of publishing 5.4.0-beta2 Docker Images, and do...
I found that previously reported issues on the security of Zookeeper (#804) Also apply to Kafka. I have not yet used anchore-cli to test for other weaknesses, but Amazon does...