17 Jan 24 Mark kafka-confluentinc-multi-01 docker-compose.yaml version: '3' services: zookeeper-1: image: confluentinc/cp-zookeeper:latest container_name: zookeeper-1 environment: ZOOKEEPER_CLIENT_PORT: 2181 broker-1: image: confluentinc/cp-kafka:latest…
14 Jan 24 Mark quarkus-kafka-quickstart The example is composed of two applications communicating through Kafka. Interactions with Kafka is managed…