Re: Kafka containers getting auto-deleted on RHEL OS.

2023-05-10 Thread Gerard Ryan
Hi Smit, Does this /only/ happen with your containers created by this docker compose, or does it also happen with other containers that you run on the same system? You could try running `loginctl enable-linger` as the host user you're using, to see if that will help: it will prevent systemd from

Trying to understand the quota mechanism better

2021-05-11 Thread Gerard Ryan
Hi! I've been using the ./bin/kafka-producer-perf-test.sh script to experiment with the quota settings to try to understand them better. With the following command, I'm producing one single-byte record per second, and forcing each produce request to only have one record: ./bin/kafka-producer-per