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

Added --force-yes to get rid of the following Error while building (E: There are problems and -y was used without --force-yes) OS- centos-release-7-6.1810.2.el7.centos.x86_64

My zookeeper is running fine and is able to authenticate against Kerberos. When I am starting Kafka its throwing error `>>>KRBError: cTime is Sat Mar 10 17:15:26 UTC 1973 100631726000...

I'm trying to set `connections.max.idle.ms` property, but it doesn't seem to be working. According to kafka documentation all is needed is to add a prefix `CONNECT_` and replace periods with...

I am trying to start the schema registry docker image with the following configs: ``` schema-registry: image: confluentinc/cp-schema-registry:5.1.3 network_mode: "host" environment: SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: "localhost:2181" SCHEMA_REGISTRY_HOST_NAME: localhost SCHEMA_REGISTRY_LISTENERS: "http://localhost:8081" depends_on: - kafka...

Hi. The Admin Server is enabled by default in the cp-zookeeper image version 5.4.0. This means that zookeeper spawns up a web server on port 8080 by default. You can...

I deployed kafka, zookeeper, kafka-rest on open shift. Kafka-rest is not responding curl -vvv 127.0.0.1:8089/topics --output - * Trying 127.0.0.1... * TCP_NODELAY set * Connected to 127.0.0.1 (127.0.0.1) port 8089...

I am trying to setup Confluent Schema Registry with Kerberos backed Kafka Cluster. Here is what my docker compose file looks like: ```yml --- version: '2' services: zookeeper: image: confluentinc/cp-zookeeper:3.3.0...

Running kafka-connect version 5.0.1 in Docker using docker-compose on macOS High Sierra. When I was missing the CONNECT_PLUGIN_PATH in my yml-file, kafka connect started up as it should, I could...

Hi there, I am experiencing an intermittent problem during a deployment of Kafka Connect v4.0.0. I have two connectors: ``` 1: io.confluent.connect.elasticsearch.ElasticsearchSinkConnector 2: io.confluent.connect.s3.S3SinkConnector ``` Sometimes the S3SinkConnector randomly encounters...

Currently, the docker images distributed with this repository do not handle SIGTERM properly when running docker stop. It's inconvenient to manually run ``docker exec my-container /usr/bin/kavka-server-stop && docker stop my-container``,...