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

Add possibility to disable Server Sent Events in Axon Server UI #701

Open
ViliusS opened this issue Jul 30, 2024 · 0 comments
Open

Add possibility to disable Server Sent Events in Axon Server UI #701

ViliusS opened this issue Jul 30, 2024 · 0 comments

Comments

@ViliusS
Copy link

ViliusS commented Jul 30, 2024

Newest Axon Server UI sends Server Sent Events (EventStreams) every few seconds from http://axonuiurl/v2/clusterupdates to the browser. Under normal circumstances this is fine, however this doesn't work when UI is behind cloud based load balancer. Most cloud providers do not support Server Sent Events so the EventStream connection timeouts. In result, for example on Google Cloud, Axon Server UI produces this error message every 30 seconds (default timeout of Google Load balancer):

No connection to Axon Server

For some cloud providers you can increase timeout to larger values making the error message appear less often, but this is just a workaround.

It would be great if Axon Server would have an option to disable these UI checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant