poorbarcode commented on PR #22991:
URL: https://github.com/apache/pulsar/pull/22991#issuecomment-2204877224

   @shibd 
   
   > 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.
   
   So far, the method `checkNonPersistentNonPartitionedTopicExists` has only 
used in two cases:
   - `grant permission`
   - `get partitioned metatadata`
   
   There is retry mechanism on the client-side when calling 
`pulsarClient.getPartitionedMetadata`, and `grant permission` is a manually 
event, so it is fine


-- 
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]

Reply via email to