Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IDEA] Polling per channel, Advanced Clustering #6190

Open
RunnenLate opened this issue May 6, 2024 · 0 comments
Open

[IDEA] Polling per channel, Advanced Clustering #6190

RunnenLate opened this issue May 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@RunnenLate
Copy link

RunnenLate commented May 6, 2024

Is your feature request related to a problem? Please describe.
Currently mirth handles polling on a server level. It would be super nice if we can specify which server is polling per channel to allow for better resource utilization when clustering servers together.

Describe your use case
Polling is handled at a server level thus if there are multiple servers in a cluster all polling channels are going to be running on server A. In our use case we have a large majority of channels doing some sort of polling. This cause one server to handle a large majority of the work and the other servers handling very little. It would be helpful if in some way we can specify channel 1 poll on server A, channel 2 poll on server B.

Describe alternatives you've considered
Seems like the only way to accomplish this is to separate the mirth instances and not have them clustered together but completely independent.

Additional context
Mirth clustering solution is more of a failover option then a true resource load-balancing solution in it current iteration.

@RunnenLate RunnenLate added the enhancement New feature or request label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant