Team,
Could you please help on this?
Thanks
Bibin John
From: JOHN, BIBIN
Sent: Thursday, January 30, 2020 11:59 PM
To: users@kafka.apache.org
Subject: kafka-run-class.sh kafka.tools.GetOffsetShell in SASL enabled cluster
Team,
I am getting below error when try to use kafka-run-class.sh
kafka.t
Yes Dustin..that what i was looking for..thanks.
> On May 6, 2016, at 11:55 PM, Dustin Cote wrote:
>
> Pulling down the kafka code and grepping through is one way to do it:
> grep -r "def main(" .
>
> Mostly you'll be looking in these two directories:
> core/src/main/scala/kafka/tools/
> core/s
Pulling down the kafka code and grepping through is one way to do it:
grep -r "def main(" .
Mostly you'll be looking in these two directories:
core/src/main/scala/kafka/tools/
core/src/main/scala/kafka/admin/
However, to echo what Christian said, it's probably worth deciding what you
want to do b
Thanks chris but i am specifically looking for all Main Classes.
> On May 6, 2016, at 11:07 PM, Christian Posta
> wrote:
>
> 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 basicall
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