|
|
-
how to find what partition is hosted where?
Inder Pall 2011-10-20, 14:05
what's the right way to figure what's there in ownership, consumer, broker, offset registry in ZK?
-- Inder
-
Re: how to find what partition is hosted where?
Jun Rao 2011-10-20, 14:24
We have a tool ConsumerOffsetChecker that tells you the lag of each partition for a consumer group. To find out other information, currently you have to use a ZK client shell.
Thanks,
Jun
On Thu, Oct 20, 2011 at 7:05 AM, Inder Pall <[EMAIL PROTECTED]> wrote:
> what's the right way to figure what's there in ownership, consumer, broker, > offset registry in ZK? > > -- Inder >
-
Re: how to find what partition is hosted where?
inder.pall@... 2011-10-20, 14:52
I'll try and revert.
Inder ------Original Message------ From: Jun Rao To: [EMAIL PROTECTED] ReplyTo: [EMAIL PROTECTED] Subject: Re: how to find what partition is hosted where? Sent: Oct 20, 2011 7:54 PM
We have a tool ConsumerOffsetChecker that tells you the lag of each partition for a consumer group. To find out other information, currently you have to use a ZK client shell.
Thanks,
Jun
On Thu, Oct 20, 2011 at 7:05 AM, Inder Pall <[EMAIL PROTECTED]> wrote:
> what's the right way to figure what's there in ownership, consumer, broker, > offset registry in ZK? > > -- Inder >
Sent from BlackBerry® on Airtel
-
Re: how to find what partition is hosted where?
Chris Burroughs 2011-10-20, 18:10
ZooKeeper contrib also comes with a GUI Swing app if that's your cup of tea.
On 10/20/2011 10:24 AM, Jun Rao wrote: > We have a tool ConsumerOffsetChecker that tells you the lag of each > partition for a consumer group. To find out other information, currently you > have to use a ZK client shell. > > Thanks, > > Jun > > On Thu, Oct 20, 2011 at 7:05 AM, Inder Pall <[EMAIL PROTECTED]> wrote: > >> what's the right way to figure what's there in ownership, consumer, broker, >> offset registry in ZK? >> >> -- Inder >> >
|
|