Using web sockets to update clients #3328
georgweiss
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to propose employing a web socket-based approach for two particular use cases:
That said, web sockets on server side is quite straight forward as it is well supported in Spring Boot. On the client side however, the Java native APIs are a bit crude and not very developer friendly. Relying on (for instance) Kafka to do a similar job seems a bit overkill and would add another service dependency for both Olog and save-and-restore.
My question/idea:
Beta Was this translation helpful? Give feedback.
All reactions