Well, to find the ones that are used by the Kafka tools:
find ./bin -type f | xargs grep kafka-run-class.sh | awk ' { print $4 }'
kafka-run-class.sh basically just sets up the JVM classpath to call any of
the Main classes inside kafka. What exactly are you looking to do?
On Fri, May 6, 2016 at 9:41 AM, Mudit Kumar <[email protected]> wrote:
> How can i get the list for all the class names i can run through
> ./kafka-run-class.sh [class-name] command?
>
> Thanks,
> Mudit
--
*Christian Posta*
twitter: @christianposta
http://www.christianposta.com/blog
http://fabric8.io