shibd commented on PR #22991: URL: https://github.com/apache/pulsar/pull/22991#issuecomment-2203206376
So, I think the root cause is we not should use internal method for PulsarClient on here. https://github.com/apache/pulsar/blob/2662c1127c11e95cc0e8e7c71846acb14f4e4295/pulsar-broker/src/main/java/org/apache/pulsar/broker/namespace/NamespaceService.java#L1482-L1483 I think this fix can make sure use same connection type with `PulsarClient` configuration to avoid this issue. In future, maybe we need refactor this logic. -- 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]
