Spring Tips: @Controllers: RSocket

preview_player
Показать описание
Hi, Spring fans! In this installment of Spring Tips, we continue our tour of all things @Controller, this time focusing on the Spring support for RSocket. You might also want to watch the expanded discussion of RSocket in earlier Spring Tips videos:

Рекомендации по теме
Комментарии
Автор

Great simple and sweet small example enough to get started

TheGhanashyam
Автор

Everytime the same.
1. Everyone shows a simple hello something fancy stuff. But never coverage a practical usecase.
2. None talking about the downside. What about with non avoidable blocking calls? That blocks all the event loop right?
3. What a about stack traces? I think wiretap is not enough.
4. What about debugging ?

My opinion is. If I need something like an event loop ( more throughput)
Then use a language that support its natively like Kotlin, golang or erlang.

But I can't imagine that's make a happy folk using rockets. Java has a lot of downsides for that.

suikast
Автор

How we can control rate limit from controller?

alexandersmirnov
Автор

How to send binary files with socket and stomp ?

techyintelo