Re: Trouble running kafka-server-start.sh from quickstart example

2023-01-29 Thread sunil chaudhari
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-

Re: My Question About Network Partition

2023-01-29 Thread LinuxGuy
Yes you can. data replication is in async mode. On Mon, Jan 30, 2023 at 12:27 AM 大雁小鱼 <747121...@qq.com.invalid> wrote: > Can producers send messages if all brokers in a Kafka cluster are unable > to communicate with each other while the connection between brokers and > Zookeeper is normal? Thank

Re: Trouble running kafka-server-start.sh from quickstart example

2023-01-29 Thread xiao cheng
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