You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/12/07 13:19:00 UTC

[jira] [Commented] (ARTEMIS-3594) Broker balancer - allow a key transformer for a local-target-filter

    [ https://issues.apache.org/jira/browse/ARTEMIS-3594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454646#comment-17454646 ] 

ASF subversion and git services commented on ARTEMIS-3594:
----------------------------------------------------------

Commit e0b16217a1d198a19bbc8ed2c6cfe9f09bb8b993 in activemq-artemis's branch refs/heads/main from gtully
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=e0b1621 ]

ARTEMIS-3594 - add support for a local target key transformer and an instance of CONSISTENT_HASH_MODULO that can be used to partition in a static cluster


> Broker balancer - allow a key transformer for a local-target-filter
> -------------------------------------------------------------------
>
>                 Key: ARTEMIS-3594
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3594
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: balancer
>    Affects Versions: 2.19.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>            Priority: Major
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Add support of a CONSISTENT_HASH_MODULO key transformer that can be used for jms durable subs in a cluster. 
> Using a consistent hash on the clientID, that can be transformed into an int < numBrokers such that each value is mapped to a particular broker. 
> In a simple 2 broker cluster, this avoids the need for a durable subscriber to know about its broker, the balancer will only allow it to connect to the right one.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)