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 2b0d8df commit 5a076f4Copy full SHA for 5a076f4
cluster/src/test/scala/org/apache/pekko/cluster/ClusterJoinSpec
@@ -35,8 +35,7 @@ object ClusterJoinSpec {
35
pekko.remote.classic.netty.tcp.port = 0
36
pekko.remote.artery.advanced.aeron.idle-cpu-level = 3
37
38
- pekko.cluster.jmx.multi-mbeans-in-same-jvm = on
39
- pekko.cluster.configuration-compatibility-check.enforce-on-join = off""")
+ pekko.cluster.jmx.multi-mbeans-in-same-jvm = on""")
40
41
42
val configWithNetty: Config =
0 commit comments