kafka broker io Exceptions on AKS

2023-05-10 Thread 조용준
I know that I have already sent an email, but the contents were a mess, so I am reorganizing and sending it again. i have a IOException on kafka-broker kafka-broker on AKS self-installation. - AKS pvc storage is StorageV2 (General Purpose V2) - 3 brokers 1 zookeeper(planning 2 more) - logs and d

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

Re: Kafka Consumer Lag Monitoring

2023-05-10 Thread Akshay Kumar
Hello team, The Kakfa lag Prometheus exporter is also not providing lag-related metrics. [image: https://exotel.com/] Akshay Kumar Member of Technical Staff - 2 | Exotel

Re: Kafka Consumer Lag Monitoring

2023-05-10 Thread Raphael Mazelier
I'm not sure to follow you: either mine - https://github.com/ut0mt8/yakle or - https://github.com/danielqsj/kafka_exporter or - https://github.com/redpanda-data/kminion export consumer-group lag metrics. All works. best, -- Raphael Mazelier On 10/05/2023 22:47, Akshay Kumar wrote: Hello te