cp-docker-images
cp-docker-images copied to clipboard
[DEPRECATED] Docker images for Confluent Platform.
Hi, This might be a noob issue, but I haven't found a way to deal with this yet. I need to log using JSON, while graylog2 breaks every line to...
I using docker for running kafka and zookeeper. Kafka container stopped and can't connect to zookeeper. Kafka showed error ``` Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to...
When a `config.providers` is specified and connecting with a `security.protocol` other than `PLAINTEXT` then `cub kafka-ready` fails. When using non-PLAINTEXT, the generated kafka-connect.properties which contains the relevant `config.providers` properties. The...
Hi, We are trying to set-up Kafka Connect via the chart in our cluster. My current value file looks as follows: ``` cp-kafka-connect: enabled: true replicaCount: 1 fullNameOverride: kafka-connect resources:...
I was able to create docker images based on this repository for Raspberry Pi (arm64): base, zookeeper, kafka server and schema registry using docker-compose. I know this repo is deprecated...
I see we can develop any system with distributed database and restful connected systems to it so natively any restful system is stateless and scalable it easy and for mangaing...
Hello! I'm currently seeing that [Replicator image](https://hub.docker.com/r/confluentinc/cp-enterprise-replicator) has the arm64 label when being listed on the results on Docker Hub: But sadly is not working out of the box when...
Hi, We are currently in confluent 5.3.1 kafka, we need to upgrade to 5.3.2. We use incubator helm charts to setup kafka nodes in k8's cluster. We have customised image...
Unless there is absolutely no doubt that a service will exit whenever it stops listening to a public port, it might be good to add a health check to the...
When deploying with Kubernetes, a means of checking the health of the Zookeeper container is advisable. This can be achieved (to an extent) with a TCP socket probe, but this...