Tag: <span>zookeeper</span>

A while ago we’d created docker-compose.yml for Kafka and Zookeper. Today I’ve noticed the problem with the old configuration – it looks like it does not work properly with Test Containers. So, I have replaced the old configuration with Confluent’s Kafka and Zookeeper:…

Programavimas

If you want to run Docker Compose with Kafka and Zookeeper, you could use the following code:

Programavimas