Skip to content

Commit

Permalink
Disable topic level policies to make tests work for latest Pulsar (ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower authored Feb 19, 2024
1 parent f9b2d16 commit 865bc9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test-conf/standalone-ssl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,8 @@ maxMessageSize=1024000

# Disable consistent hashing to fix flaky `KeySharedConsumerTest#testMultiTopics`.
subscriptionKeySharedUseConsistentHashing=false

# It's true by default since 2.11. After https://github.com/apache/pulsar/pull/21445, we must configure
# brokerClientAuthenticationPlugin and brokerClientAuthenticationParameters correctly when enabling topic
# level policies. Otherwise, no topic could be loaded.
topicLevelPoliciesEnabled=false

0 comments on commit 865bc9d

Please sign in to comment.