Re: Topics marked for deletion stuck as ineligible for deletion

2019-12-17 Thread Vincent Rischmann
The broker id wasn't reused no, it's a new id. Unfortunately we can't afford bringing down the cluster, I'll have to do this with the cluster online. On Mon, Dec 16, 2019, at 17:27, Peter Bukowinski wrote: > If it was replaced, and a new broker was brought online with the same > id, wherever

Re: Health Check

2019-12-17 Thread M. Manna
Jai, On Tue, 17 Dec 2019 at 17:33, Jai Nanda Kumar wrote: > Hi, > > How to perform a health check on a running Kafka server in AWS EC2 > server. > SHouldn't this be part of your liveness probe? Or, are you trying to do this adhoc (not how folks do it anyway)? > > Thanks and Regards, > A.

Health Check

2019-12-17 Thread Jai Nanda Kumar
Hi, How to perform a health check on a running Kafka server in AWS EC2 server. Thanks and Regards, A. Jai Nanda Kumar, Senior Software Engineer, 9066260799. Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may

Kafka quotas metrics

2019-12-17 Thread Aleksandar Stankovic
Greetings! For some time I've been exploring on how to get information for producer/consumer bytes per second and throttling per client on specific Kafka broker. I would like to do so using Kafka MBeans. Is there any way to actually get a value for example "bytes per second" for all producers on

Re: Which container should you use when deploying on docker ?

2019-12-17 Thread M. Manna
Robin, On Tue, 17 Dec 2019 at 01:58, Yu Watanabe wrote: > Robin. > > Thank you for the reply. > > I am about to run kafka on docker in development environment for first time > and also in production. > To get started, I searched images in docker hub that has "Official Images" > tag to find if