Re: Cleanup unused topics

2018-08-22 Thread Luigi Tagliamonte
*' > bean_regex: > > 'kafka\.server:type=BrokerTopicMetrics,name=FetchMessageConversionsPerSec,topic=.*' > > On Wed, Aug 22, 2018 at 9:24 AM Luigi Tagliamonte < > luigi.tagliamont...@gmail.com> wrote: > > > I've got a sandbox cluster (without any control on

Cleanup unused topics

2018-08-21 Thread Luigi Tagliamonte
I've got a sandbox cluster (without any control on topic creation) full of unused topics and I'd like to cleanup all the those topics. I was able to identify all the topics with 0 messages with the following lines: *#!/bin/bash* *set -e* *BROKERS="10.16.208.220:9092

Re: Kafka with Zookeeper behind AWS ELB

2017-07-20 Thread Luigi Tagliamonte
Kafka. > > - Pradeep > > On Thu, Jul 20, 2017 at 9:12 AM, Luigi Tagliamonte < > luigi.tagliamont...@gmail.com> wrote: > > > Yes Andrey, > > you can use an ENI without EIP on AWS if you only want a private address. > > > > After some consideration, I thin

Re: Kafka with Zookeeper behind AWS ELB

2017-07-20 Thread Luigi Tagliamonte
ng the possibility. > On Wed 19. Jul 2017 at 23:38, Luigi Tagliamonte < > luigi.tagliamont...@gmail.com> wrote: > > > Hello Andrey, > > I see that the ELB is not going to help directly with the bug, but > > introduces a nice layer that makes zookeeper DNS management e

Re: Kafka with Zookeeper behind AWS ELB

2017-07-19 Thread Luigi Tagliamonte
once, on start, introducing ELB > won't really help here (ELBs can be replaced, which involved ip change), > but I am eager to know if there is a solution for that. > > On Wed, 19 Jul 2017 at 23:08 Luigi Tagliamonte < > luigi.tagliamont...@gmail.com> wrote: > > > Hello, Users

Kafka with Zookeeper behind AWS ELB

2017-07-19 Thread Luigi Tagliamonte
Hello, Users! I'm designing a Kafka deployment on AWS and it's my first time working with Kafka and Zookeeper so I've collected a lot of info so far but also some questions that I would love to submit to a much expert audience like you. I have been experimenting with exhibitor and zookeeper in