Varun Verma
Results
1
comments of
Varun Verma
If you are using the new Apple Chip and following this [starter guide.](https://ksqldb.io/quickstart.html#quickstart-content) Use the following images in your `docker-compose.yml` ``` image: confluentinc/cp-zookeeper:7.4.0.arm64 image: confluentinc/cp-kafka:7.4.0.arm64 image: ghcr.io/arm64-compat/confluentinc/cp-ksqldb-server:7.2.1 image: ghcr.io/arm64-compat/confluentinc/cp-ksqldb-cli:7.2.1 ```