Hey, this turns out to be an antivirus firewall issue on my machine, as it
recently migrated from one AV to another.
Thanks for the reply.
On Mon, Jan 30, 2023 at 9:15 AM xiao cheng wrote:
> Hi Sunil,
>
> Yes. I use the default server config file that came with the tarball.
> JAVA_HOME is set pr
Hi Sunil,
Yes. I use the default server config file that came with the tarball.
JAVA_HOME is set properly too.
I also tried to switch from jdk 17 and jdk 11 to see if that helps and that
still didn't work.
echo $JAVA_HOME
/opt/homebrew/Cellar/openjdk@11/11.0.18/libexec/openjdk.jdk/Contents/Home
So did you provided server.properties properly?
Check if property file exists at location.
JAVA_HOME os availble?
Regards,
Sunil.
On Mon, 30 Jan 2023 at 4:47 AM, xiao cheng wrote:
> Hi Sunil,
> bin/kafka-server-start.sh --help give me output of
>
> bin/kafka-server-start.sh --help
>
> [2023-01-
Hi Sunil,
bin/kafka-server-start.sh --help give me output of
bin/kafka-server-start.sh --help
[2023-01-30 00:14:32,122] INFO Registered kafka:type=kafka.Log4jController
MBean (kafka.utils.Log4jControllerRegistration$)
USAGE: java [options] kafka.Kafka server.properties [--override
property=value
Please try executing..
bin/kafka-server-start.sh —help
On Fri, 27 Jan 2023 at 8:47 PM, xiao cheng wrote:
> Hey all,
>
> I recently tried to run kafka locally on my macos again after a while (it
> used to work). I followed the quickstart guide from
> https://kafka.apache.org/quickstart.
>
> Ho
Hey all,
I recently tried to run kafka locally on my macos again after a while (it
used to work). I followed the quickstart guide from
https://kafka.apache.org/quickstart.
However, when I try to run it (bin/kafka-server-start.sh
config/server.properties) again today I am seeing error message of
[