cp-docker-images icon indicating copy to clipboard operation
cp-docker-images copied to clipboard

[DEPRECATED] Docker images for Confluent Platform.

Results 113 cp-docker-images issues
Sort by recently updated
recently updated
newest added

### Deprecation Notice This is used for building images for version 4.1.x or lower, and should not be used for adding new images. For the 5.4.0 release and greater the...

Hello Confluent Docker Team, Hope you are doing well. Is there a way to set `ssl.endpoint.identification.algorithm=` as null. By default, the value is https. However, if we want to disable...

Hi everyone, Based on the example https://github.com/confluentinc/cp-docker-images/tree/5.3.3-post/examples/kafka-cluster-ssl I've tried to develop a docker-compose file with zookeeper, a broker and the connect API with SSL enabled. The certificates have been generated...

Is there support for setting up the Schema Registry with SASL/PLAIN? I'm running no SSL between nodes, just SASL/PLAIN from Kafka clients to Kafka brokers (Zookeeper has no SASL configured)....

I am following this tutorial [https://www.baeldung.com/kafka-connect-mqtt-mongodb] But for both i am getting the same error kafka-connect | [2020-11-27 13:36:50,244] ERROR Uncaught exception in REST call to /connectors (org.apache.kafka.connect.runtime.rest.errors.ConnectExceptionMapper) **kafka-connect |...

Hi Guys, We are running self managed kafka connector in distributed mode on kubernetes (replica count of two). The dockerfile is based on https://docs.confluent.io/home/connect/extending.html#create-a-docker-image-containing-local-connectors Is there a way to configure...

see also #248 I'm trying to find the propper healthcheck definition for a cp-kafka container for k8s and/or docker-compose. I cannot find any word about it in the docs and...

Hi. I'd been having problems launching Kafka (more about this in this recent thread: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/confluent-platform/DRd_XfeW0C8). Now, I launched Kafka, however, I can't connect it: ```bash # the kafka container uses...

All log files are included in the upstream [`log4j.properties`](https://github.com/apache/kafka/blob/1.1/config/log4j.properties), but `kafkaServer-gc.log.*` is missing. In our installation we see these files being accumulated: ``` root@:/var/log/kafka$ ls -la total 789020 drwxr-x--- 2...

I am using Windows and trying to start up several docker containers. Originally the startup worked and kafka was running, but recently it ran into an error and shut down...