gtully commented on a change in pull request #3867:
URL: https://github.com/apache/activemq-artemis/pull/3867#discussion_r760981914
##########
File path: artemis-server/src/test/resources/ConfigurationTest-full-config.xml
##########
@@ -158,6 +158,14 @@
<target-key-filter>^[^.]+</target-key-filter>
<local-target-filter>DEFAULT</local-target-filter>
</broker-balancer>
+ <broker-balancer name="simple-local-with-transformer">
+ <target-key>CLIENT_ID</target-key>
+ <target-key-filter>^[^.]+</target-key-filter>
+ <local-target-filter>DEFAULT</local-target-filter>
+ <key-transformer name="CONSISTENT_HASH_MODULO">
Review comment:
maybe is should be local-target-key-transformer, where it is a
local-target and not a target-key, ie: removing target from key will still make
sense.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]