Skip to content

Commit 865bc9d

Browse files
Disable topic level policies to make tests work for latest Pulsar (#201)
See https://lists.apache.org/thread/gjdvl1ys71k9mknwypxgkbsdyjwr31yt
1 parent f9b2d16 commit 865bc9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test-conf/standalone-ssl.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,3 +310,8 @@ maxMessageSize=1024000
310310

311311
# Disable consistent hashing to fix flaky `KeySharedConsumerTest#testMultiTopics`.
312312
subscriptionKeySharedUseConsistentHashing=false
313+
314+
# It's true by default since 2.11. After https://github.com/apache/pulsar/pull/21445, we must configure
315+
# brokerClientAuthenticationPlugin and brokerClientAuthenticationParameters correctly when enabling topic
316+
# level policies. Otherwise, no topic could be loaded.
317+
topicLevelPoliciesEnabled=false

0 commit comments

Comments
 (0)