mnit016 opened a new issue #11515:
URL: https://github.com/apache/pulsar/issues/11515
**Describe the bug**
I have pulsar 2.7.1 using k8s in 2 regions, I created a cluster on each for
replication, it connect to each other through ingress with tls. Pulsar doesn't
enable tls. (Each cluster's ingress has difference tls key-pair.)
I can't get list of topics under namespace.
**Error Log**
org.apache.pulsar.broker.PulsarServerException:
java.lang.NullPointerException
at
org.apache.pulsar.broker.PulsarService.getAdminClient(PulsarService.java:1101)
at
org.apache.pulsar.broker.admin.v2.NonPersistentTopics.getList(NonPersistentTopics.java:271)
**To Reproduce**
I reproduce this by 1 cluster: 3 zookeeper - 3 bookie - 3 broker - 3 proxy -
1 toolset.
Steps to reproduce the behavior:
1. Set brokerClientTlsEnabled=true
2. Set brokerClientTrustCertsFilePath=cert/file // assume this certFile is
used to connect to other.
3. Start cluster then use the toolset with: bin/pulsar-admin topics list
public/default
**Expected behavior**
While other API work as well (eg: bin/pulsar-admin namespaces topics
public/default)
I just wonder if it may break something else which I not found yet?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]