We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b2d16 commit 865bc9dCopy full SHA for 865bc9d
tests/test-conf/standalone-ssl.conf
@@ -310,3 +310,8 @@ maxMessageSize=1024000
310
311
# Disable consistent hashing to fix flaky `KeySharedConsumerTest#testMultiTopics`.
312
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