You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Read release policy
I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker.
Version
All released versions
Minimal reproduce step
Subscribe to a topic when metadata isn't yet cached.
What did you expect to see?
The topic ordered executor to be used.
What did you see instead?
configuration-metadata-store executor was used:
It's this executor:
Search before asking
Read release policy
Version
All released versions
Minimal reproduce step
Subscribe to a topic when metadata isn't yet cached.
What did you expect to see?
The topic ordered executor to be used.
What did you see instead?
configuration-metadata-store executor was used:
It's this executor:
pulsar/pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/AbstractMetadataStore.java
Lines 93 to 95 in 8015795
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: