For Spring Boot 2.2
- Set Spring Boot version 2.2.0.RC1 in pom.xml
- Start application
- Use Chrome http://localhost:8080/index.html
- Open devtools -> Network
- "sse" request fails for 406 and does not retry, in application log Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation]
For Spring Boot 2.1
- Set Spring Boot version 2.1.9.RELEASE in pom.xml
- Start application
- Use Chrome http://localhost:8080/index.html
- Open devtools -> Network
- "sse" request succeeds
- new "sse" request is created every 30 seconds
- all "sse" requests return 200 OK