Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky Key_Shared subscription related tests (#970)
### Motivation After #953, the Pulsar version was upgraded from 2.8.3 to 2.10.3. However, [PIP-119](apache/pulsar#13352) changed the default value of `subscriptionKeySharedUseConsistentHashing` to true, which leads to the flakiness of Key_Shared subscription related tests. Example: https://github.com/apache/pulsar-client-go/actions/runs/4291098473/jobs/7475868787 ### Modifications Configure `subscriptionKeySharedUseConsistentHashing` with `false`.
- Loading branch information