Re: User interface for kafka: Management/administration

2020-01-22 Thread Ashutosh singh
You can use Yahoo kafka-manager . Download and Run. https://github.com/yahoo/CMAK On Thu, Jan 23, 2020 at 11:02 AM Stephen Powis wrote: > Definitely more focused on the consuming side vs management, but has some > management tooling and has a binary distribution: >

Re: User interface for kafka: Management/administration

2020-01-22 Thread Stephen Powis
Definitely more focused on the consuming side vs management, but has some management tooling and has a binary distribution: https://github.com/sourcelaborg/kafka-webview On Thu, Jan 23, 2020 at 1:10 PM Sunil CHAUDHARI wrote: > Hi all, > Please help me to get some user interface for management

User interface for kafka: Management/administration

2020-01-22 Thread Sunil CHAUDHARI
Hi all, Please help me to get some user interface for management and administration of my kafka cluster. There are some open source available, but they either have some dependencies or those need to be built before running. Is there any pre-build(ready to use package) which I can just download

Re: MM2 offset sync vs checkpoints

2020-01-22 Thread Ryanne Dolan
Peter, the offset sync records are used internally to create the checkpoint records. You are correct that the checkpoints include everything you need. Ryanne On Wed, Jan 22, 2020, 11:08 AM Péter Sinóros-Szabó wrote: > Hi, > > Why do MM2 need offset sync messages too? It seems to me that the >

MirrorMaker2 semantics

2020-01-22 Thread Péter Sinóros-Szabó
Hi, is MM2's semantics documented clearly somewhere? Like that it is At Least Once. My question is about that if it does guarantee the same message order in partitions or not? Cheers, Peter

MM2 offset sync vs checkpoints

2020-01-22 Thread Péter Sinóros-Szabó
Hi, Why do MM2 need offset sync messages too? It seems to me that the checkpoint messages contains everything that's needed for offset translation. What am I missing here? Cheers, Peter

Re: stop

2020-01-22 Thread Sowjanya Karangula
Thanks for the information john. On Wed, Jan 22, 2020 at 10:16 AM John Roesler wrote: > Hey Sowjanya, > > That won't work. The "welcome" email you got when you signed up for the > mailing list has instructions for unsubscribing: > > > To remove your address from the list, send a message to: > >

Re: stop

2020-01-22 Thread John Roesler
Hey Sowjanya, That won't work. The "welcome" email you got when you signed up for the mailing list has instructions for unsubscribing: > To remove your address from the list, send a message to: > Cheers, -John On Wed, Jan 22, 2020, at 10:12, Sowjanya Karangula wrote: > stop >

stop

2020-01-22 Thread Sowjanya Karangula
stop

Re: Mirrormaker 2.0

2020-01-22 Thread Péter Sinóros-Szabó
Ok, I see. I almost started to work on it, but figured out that we do not need it now. Thanks for the help around this topic :) Peter On Tue, 21 Jan 2020 at 21:04, Ryanne Dolan wrote: > Peter, the LegacyReplicationPolicy class is described in the existing > KIP-382 and is a requirement for