Re: admin functionality refactoring

2013-02-12 Thread Neha Narkhede
The term admin functionality itself means something that only an admin should be able to do. We had been through a discussion on admin functionality earlier and reviewed the following options - 1. Expose admin commands as RPC and in addition to that, provide command line tools that talk to the con

Re: admin functionality refactoring

2013-02-11 Thread S Ahmed
I think that is eating too much of your dog food :) On Mon, Feb 11, 2013 at 3:08 PM, Jay Kreps wrote: > One thought I had on some of these things was that it is actually kind of > funny that we implement them in zookeeper. Technically we could implement > them in Kafka itself which would mean l

Re: admin functionality refactoring

2013-02-11 Thread Jay Kreps
One thought I had on some of these things was that it is actually kind of funny that we implement them in zookeeper. Technically we could implement them in Kafka itself which would mean less code (potentially) and also a clean api to clients. The idea is that many of the admin apis are basically c