Now, i config mm2,properties this below
clusters=DC1,DC2
DC1.bootstrap.servers = broker1-dev1:30011, broker2-dev1:30012,
broker3-dev1:30013
DC2.bootstrap.servers = broker1-dev2:30011, broker2-dev2:30012,
broker3-dev2:30013
DC1.config.storage.replication.factor = 3
DC2.config.storage.replication.f
Hi everyone,
could you please advise how to fix the problem below ?
I'm trying to run Zookeeper with mTLS to authenticate Kafka broker on Zookeeper
by SSL certificate.
Both Zookeeper and Kafka broker are located on the same server, so I use the
same keystore and trustore for them.
Here is the
Hi Evgeny
You can check the zookeeper log to see if there are logs about why the
error happened.
Thanks.
Luke
On Tue, Jul 5, 2022 at 1:34 AM Ivanov, Evgeny
wrote:
> Hi everyone,
>
> could you please advise how to fix the problem below ?
>
> I'm trying to run Zookeeper with mTLS to authenticate