Timothy Zhang

Results 5 issues of Timothy Zhang

I've tried to replace image in "cp-all-in-one/cp-all-in-one-community/docker-compose.yml" cnfldemos/kafka-connect-datagen:0.3.2-5.5.0 with confluentinc/cp-kafka-connect:5.5.1, and provided some commands to add datagen package: ```` connect: image: confluentinc/cp-kafka-connect:5.5.1 hostname: connect container_name: connect depends_on: - zookeeper -...

So there are issues for the following questions in f.services.md 1. Create a deployment called foo using image 'dgkanatsios/simpleapp' (a simple server that returns hostname) and 3 replicas. Label it...

I upgraded our Confluent Community Package helm cluster from 5.4.1 to 6.0.1, and installed jdbc plugin: ``` confluent-hub install --no-prompt --component-dir /usr/share/confluent-hub-components/ confluentinc/kafka-connect-jdbc:10.2.0 ``` However, the new cluster can not...

When we deploy cp-kafka-connect chart, usually some libraries need to be loaded into the container before it starts to run, e.g. ```yaml - command: - sh - -exc - |...

Can we replace google-chrome-stable in Docker image-export with chromium, since arm64 version of google chrome can not be installed by apt. And chromium can be installed via Debian repository directly....