[
https://issues.apache.org/jira/browse/ARTEMIS-3365?focusedWorklogId=614210&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-614210
]
ASF GitHub Bot logged work on ARTEMIS-3365:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 23/Jun/21 20:30
Start Date: 23/Jun/21 20:30
Worklog Time Spent: 10m
Work Description: brusdev commented on pull request #3634:
URL: https://github.com/apache/activemq-artemis/pull/3634#issuecomment-867136603
@michaelandrepearce
> Is it possible that this can be used to shard an address across brokers
and have clients send to different brokers based on mgroups via a consistent
hash? E.g. client has smarts to send mgroup A to broker 1 mgroup B to broker 3
and mgroup C to broker 2 for example where the mgroup to broker is by
consistent hash
The client connections can be distributed across brokers using a consistent
hash based on USER_NAME. So supposed to match the client users with the mgroups
then each client is redirected to the broker with the hash code closest to the
hash code of client user/mgroup.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 614210)
Time Spent: 50m (was: 40m)
> Broker Balancers
> ----------------
>
> Key: ARTEMIS-3365
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3365
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Reporter: Domenico Francesco Bruscino
> Assignee: Domenico Francesco Bruscino
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> This feature adds the broker balancers to distribute the incoming client
> connections across multiple brokers.
> It provides a native redirection for supported clients and a new management
> API for other clients. The native redirection can be enabled per acceptor and
> is supported only for CORE and AMQP clients.
> See the [draft
> documentation|https://github.com/brusdev/activemq-artemis/blob/broker_balancers/docs/user-manual/en/broker-balancers.md]
> for further details.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)