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

I deployed the kafka connect for zeebe using confluent operator to the minikube cluster it is working. If I deploy the second kafka connect for debezium mssql connector using confluent...

# Problem Description : When running multiple replicas of Schema registry for HA, 1 pod is elected as leader while other are workers. When we are deleting leader pod then...

Hello, we used [anchore](https://github.com/anchore/anchore-cli) utility for docker image scanning and faced with some security issues List of high issues: ``` > CVE-2015-5652 Python-2.7.9 High None https://nvd.nist.gov/vuln/detail/CVE-2015-5652 > CVE-2016-3720 jackson-2.6.7 High...

Hello, we used [anchore](https://github.com/anchore/anchore-cli) utility for docker image scanning and faced with some security issues List of high issues: ``` CVE-2015-5652 Python-2.7.9 High None https://nvd.nist.gov/vuln/detail/CVE-2015-5652 CVE-2016-5636 Python-2.7.9 High None https://nvd.nist.gov/vuln/detail/CVE-2016-5636...

We're using the `cp-zookeeper` Docker image in our CircleCI specs with the default configuration and we only override the following env vars: ``` environment: ZOOKEEPER_CLIENT_PORT: "2181" ZOOKEEPER_TICK_TIME: "2000" ``` In...

I have the below configuration in docker compose yml file for advertised listeners My docker-compose.yml ``` version: '2' services: zookeeper: image: confluentinc/cp-zookeeper:latest network_mode: host environment: ZOOKEEPER_CLIENT_PORT: 32181 ZOOKEEPER_TICK_TIME: 2000 extra_hosts:...

Hi! I've been using `confluentinc/cp-kafka:latest` for the past three to four months and it's been working perfectly fine, however, today when I had to recreate my docker environment, I've ended...

Hi All, We are using confluentinc/cp-kafka:3.2.1 for one of out enterprise product. Below is the Broker Configuration. kafka-1: deploy: placement: constraints: - node.role == manager restart_policy: condition: on-failure delay: 40s...

Hi, When I try to start the `confluentinc/cp-kafka-connect:latest` image, but without success. I got the following sack trace: ``` ===> Launching kafka-connect ... dev-kafka-connect | Exception in thread "main" org.apache.kafka.common.config.ConfigException:...