nurkiewicz / nurkiewicz.com

https://nurkiewicz.com
10 stars 6 forks source link

3 techniques to stream JSON in Spring WebFlux #57

Open utterances-bot opened 4 days ago

utterances-bot commented 4 days ago

3 techniques to stream JSON in Spring WebFlux

Podcast for developers, testers, SREs… and their managers. I explain complex and convoluted technologies in a clear way, avoiding buzzwords and hype. Never longer than 4 minutes and 16 seconds.

https://nurkiewicz.com/2021/08/json-streaming-in-webflux.html

JogoShugh commented 4 days ago

Thanks for putting this together! Have you tried this with a broadcast approach to multiple clients? I am using SseEventBus which lets me connect more than one client to a logical single event: https://github.com/ralscha/sse-eventbus

Or, do you know of other approaches for achieving that without a third-party library like that?