|
|
-
Re: Pinging?Neha Narkhede 2013-02-21, 21:04
Kafka does not have a simple ping command that clients can use. I see that
such a command is useful comparable to the "ruok" command that zookeeper provides. This is also useful for scripting up a simple Kafka healthcheck. Currently, the only option is to use one of the non produce/consume commands like TopicMetadataRequest or OffsetRequest. HTH, Neha On Thu, Feb 21, 2013 at 8:27 AM, Otis Gospodnetic < [EMAIL PROTECTED]> wrote: > Hello, > > What is the best way to go about "pinging" Brokers from either producer or > consumer side. I see a few *Stats* objects in producer and consumer > package, but I'm wondering if there is something more ping-like? > > Thanks, > Otis > -- > Performance Monitoring - http://sematext.com/spm/index.html > |