-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
Per conversation with @acogoluegnes
It would be nice to have the affinity operations like java is experimenting with:
environment.connectionBuilder().affinity().queue("my-qq")
.operation(ConnectionSettings.Affinity.Operation.PUBLISH)
.connection().build();Describe the solution you'd like
The feature will try to connect to the node that hosts the leader of the quorum queue.
That will reduce the internode traffic and increase the performance.
It is not mandatory for 4.0.0 just a nice to have
Describe alternatives you've considered
No response
Additional context
No response
lukebakken and eisendle
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request