-
The SseEmitter included in the spring framework does not seem to include a capable text/plain parser in the underlying converter set.
Whenever i try to send any form of event, the emitter automatic…
-
https://github.com/ityouknow/spring-cloud-examples/tree/master/spring-boot-admin-eureka
讲版本升级到了2.0.x
能正常启动 但是总是后台总是定时打印这些异常
```java
2018-06-26 10:20:09.197 ERROR 27180 --- [nio-8000-exec-1]…
-
Hi,
i have two instances of SBA (version 2.0.2, spring boot 2.0.3.RELEASE) sync with hazelcast (version 3.9.4) and the log files are full of the following error log message:
```
2018-09-18 12…
-
I'm trying below code on Spring MVC (5.1.8 version of dependencies) deployed on Payara 5 (Glassfish) :
```java
@GetMapping("/listen-sse")
public SseEmitter sseEmitter() {
SseEmitter emit…
-
In my JS client app I am using [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) web API to connect to my SSE endpoint. This SSE endpoint uses Spring MVC SseEmitter and it s…
-
Using Spring Boot version 2.2.0 RC1 we get error org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation when trying to use endpoint that returns SseEmitt…
-
How about using asynchronous Rest in a reactive style.
For example, current support `CompletionStage`:
```java
@GET
@Produces(MediaType.TEXT_PLAIN)
public CompletionStage hello() {
…
-
After upgrading to Spring Boot 2.1.0 the logs are full of these errors. Looks like it was [tracked in Spring JIRA](https://jira.spring.io/browse/SPR-11322) before but marked as resolved
-
**Jetty version**
9.4.27
**Java version**
openjdk version "11.0.7" 2020-04-14 LTS
OpenJDK Runtime Environment 18.9 (build 11.0.7+10-LTS)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.7+10-LTS, …
-
Is it possible to keep the event emitter in session so message can be sent to specific user