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
[
<
sunilmchaudhar...@gmail.com> wrote:
> 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 whi
tents/Home
On Mon, Jan 30, 2023, 6:23 AM sunil chaudhari
wrote:
> 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:
>
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
I would check to make sure
-Djava.security.auth.login.config
is available to your application.
On Mon, Apr 10, 2023 at 7:01 PM Karthik Murugan
wrote:
> Hello Team,
>
> We are trying to implement SASL_Plain Authentication config changes on the
> Kafka Server, and followed the below mentioned docu