Re: Programmatic Kafka version detection/extraction?

2014-11-15 Thread Daniel Compton
This has been covered in passing in the preceding threads but I'd like to make it explicit, can we have a command line option/script for getting the Kafka version (probably with Scala version too)? I ran into this recently, where we wanted to verify that the right version of Kafka had been ins

Re: powered by kafka

2014-11-15 Thread Bosky
Helpshift produces billions of events with Kafka through an erlang based producer ekaf that supports 8.0, and consumes topics primarily with storm and clojure. ~B On Mon, Nov 10, 2014 at 9:30 PM, Joe Stein wrote: > Cool, updated, thanks!

Re: powered by kafka

2014-11-15 Thread Joe Stein
Hey, I added you to the power by page and also ekaf to the Client Library page too https://cwiki.apache.org/confluence/display/KAFKA/Clients#Clients-Erlang /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.

Re: Programmatic Kafka version detection/extraction?

2014-11-15 Thread Jeff Holoman
Seems like this aspect of Daniel's request could (would be) included here pretty easily: https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Command+Line+and+Related+Improvements Jeff On Sat, Nov 15, 2014 at 3:29 AM, Daniel Compton wrote: > This has been covered in passing in the preceding

Re: Programmatic Kafka version detection/extraction?

2014-11-15 Thread Joe Stein
Agreed. We can have the response be the list of all brokers and each the current version. Also an option to single broker just for that brokers version. On start up the broker can register with meta data store (zookeeper for now) their current version using one of the mentioned gathered info. Some

Re: Programmatic Kafka version detection/extraction?

2014-11-15 Thread Otis Gospodnetic
FYI there is already https://issues.apache.org/jira/browse/KAFKA-1768 Otis -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/ On Sat, Nov 15, 2014 at 10:45 AM, Joe Stein wrote: > Agreed. We can have the response be the

Re: Issues Running Kafka Producer Java example

2014-11-15 Thread Stream Processing
anyone? On Sat, Nov 8, 2014 at 4:25 PM, Hardik Pandya wrote: > Hello Champs, > > I am trying to run first java producer example. > > Upon running this example, producer successfully sends the message, at > least it looks like it does, there is no java dump > > But trying to verify the messages

Re: Issues Running Kafka Producer Java example

2014-11-15 Thread Chia-Chun Shih
Please check your consumer's position http://kafka.apache.org/documentation.html#basic_ops_consumer_lag 2014-11-16 7:09 GMT+08:00 Stream Processing : > anyone? > > On Sat, Nov 8, 2014 at 4:25 PM, Hardik Pandya > wrote: > > > Hello Champs, > > > > I am trying to run first java producer example