-
### 만들고자 하는 기능이 무엇인가요?
- SSE를 이용한 알람 기능 이해 및 구현
### 예상 작업 시간
- 2days
-
We replicated the same concept of a category of terms attached to a user in multiple locations: organ systems, researcher positions, researcher categories, etc.
With future partners looking into cu…
-
n order to improve concurrency, sometimes you need to deploy a plurality of spring cloud microservices, but SseEmitter is created in the microservices example of a static variable, sse-event can be de…
-
In GitLab by @gpezzali on Mar 9, 2022, 14:25
Use the SSE endpoint to get an SseEmitter and handle it's events.
-
In GitLab by @rstular on Mar 6, 2022, 07:06
_Merges 105-sse-endpoint -> dev_
This introduces the `SSEManager` service.
This service holds the mapping between users (or rather users' UUIDs), and the…
-
In GitLab by @rstular on Mar 6, 2022, 08:02
_Merges 105-sse-endpoint -> dev_
This MR introduces a new API endpoint, `/api/sse/open`. In order to use this endpoint, the client must be authenticated a…
-
Sever-Sent Events (SseEmitter) works unexpectedly on Undertow server (spring-boot-starter-undertow).
The method `SseEmitter.onError()` cann't call back when client disconnected from server. This ph…
-
_Merges 123-expose-leave-game-endpoint -> dev_
Closes #123. Somehow there were lots of test for this.
This also changes the local `postgres` port to 5555 which should fix some issues some of you had…
-
### Topic Suggestion
Reactive Flow with MongoDB, Kotlin, and Spring WebFlux
#### Proposed article introduction
In this article, I will create a basic application that uses Spring Data Reactive Mong…
-
I want to use server send event in the microservice A,and i build an microservice B by using zuul to provide gateway.
So how to make zuul support sseEmitter or server send event?