Kafka Web Console

2014-03-01 Thread Claude Mamo
Announcing the first release of Kafka Web Console: https://github.com/claudemamo/kafka-web-console/tree/v1.0. Tested on Chrome. Enjoy, Claude

Re: Kafka Web Console

2014-03-02 Thread Claude Mamo
t; Great! But i can't connect to our cluster :) Because web console do not > support standard zkConnect feature chroot, like localhost:2181/events > > On 02 Mar 2014, at 00:09, Claude Mamo wrote: > > > Announcing the first release of Kafka Web Console: > > https://github.

Re: Kafka Web Console

2014-03-05 Thread Claude Mamo
, thought about putting that > jar in the project lib directory, but there is no lib dir (and no jar, > either!). S... I'm kind of lost. A little push, please? How can I make > the jdbc driver available for this project? > > Thanks, > Tomàs > > > > On Sun

Re: Anouncing Kafka Offset Monitor 0.1

2014-03-07 Thread Claude Mamo
Awesome!!! ;-) Claude On Fri, Mar 7, 2014 at 4:03 PM, Pierre Andrews wrote: > Great! Thanks! > > > On Fri, Mar 7, 2014 at 3:59 PM, Jay Kreps wrote: > > > This is really useful! I added it to the ecosystem page: > > https://cwiki.apache.org/confluence/display/KAFKA/Ecosystem > > > > -Jay > > >

Re: Anouncing Kafka Offset Monitor 0.1

2014-03-07 Thread Claude Mamo
Agreed, sent you an email. Caude On Fri, Mar 7, 2014 at 4:55 PM, Pierre Andrews wrote: > Claude, we should join forces ;) > > > On Fri, Mar 7, 2014 at 4:45 PM, Claude Mamo wrote: > > > Awesome!!! ;-) > > > > Claude > > > > > > On Fr

Feedback for Kafka Web Console's Topic Feed

2014-05-28 Thread Claude Mamo
Hello all, I'm working on the next version of Kafka Web Consoleand I'm seeking feedback for the Topic Feed functionality. Have you found this feature useful?

Re: Feedback for Kafka Web Console's Topic Feed

2014-05-28 Thread Claude Mamo
o also include the size of each > topic/partition (we added such a jmx in trunk). > > Thanks, > > Jun > > > On Wed, May 28, 2014 at 12:35 AM, Claude Mamo > wrote: > > > Hello all, > > > > I'm working on the next version of Kafka Web > >

Re: Feedback for Kafka Web Console's Topic Feed

2014-05-28 Thread Claude Mamo
c Feed supposed to include all logs related to a topic? One of the > > things that could be useful is to also include the size of each > > topic/partition (we added such a jmx in trunk). > > > > Thanks, > > > > Jun > > > > > > On Wed, May 28, 2014 at

Re: mBean to monitor message per partitions in topic

2014-06-02 Thread Claude Mamo
Or if you want something more user-friendly you can try out https://github.com/quantifind/KafkaOffsetMonitor Claude On Sat, May 31, 2014 at 2:40 AM, Jun Rao wrote: > Ok, if you want to track this on the broker, you can use the consumer > offset check tool that Guozhang mentioned. > > Thanks, >

Announcing Kafka Web Console v2.0.0

2014-06-24 Thread Claude Mamo
Announcing the second major release of Kafka Web Console: https://github.com/claudemamo/kafka-web-console/releases/tag/v2.0.0. Highlights: - I've borrowed some ideas from Kafka Offset Monitor and added graphs to show the history of consumers offsets and lag as well as message throughput - Added p