-
I built the spring-boot-admin according to the official tutorial.But when I run, I will see this error when I look at some instance information.I don't know what caused it.
This is my pom configurati…
-
SBA version 2.0.1
Spring-Cloud Finchley.RELEASE
I have some services registered in Eureka. The services are Spring-Boot apps, and have their actuators secured by HTTP basic auth. The service actua…
-
**[Yanming Zhou](https://jira.spring.io/secure/ViewProfile.jspa?name=quaff)** opened **[SPR-16476](https://jira.spring.io/browse/SPR-16476?redirect=false)** and commented
```java
SseEmitter emitter =…
-
I see such exceptions in the log since I've included SBA:
```
2018-04-23 17:32:52.617 ERROR 48376 --- [http-nio-8080-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servle…
-
Jackson sucks in startup benchmarks. The gRPC experience in Riff tends to suggest that Gson would be faster, and it's quite lightweight (no transitive dependencies).
dsyer updated
6 years ago
-
I use the 1.5 version of Eureka,Can't find application.
![image](https://user-images.githubusercontent.com/15954033/40715683-f8e09712-6438-11e8-8d23-e8942963cb0a.png)
-
Hi.
I'm working with some EvenSource code, from both: client and server side, and I've found that "close()" method, form Client-side, does NOT communicate the "closed-status" to the server side, le…
-
I use zuul with spring boot 1.5.8 and spring cloud Dalston.SR4
Also I have a small spring boot project with Server Sent Events using SseEmitter. This works fine when I directly call the application…
-
**[Harshal Vora](https://jira.spring.io/secure/ViewProfile.jspa?name=harshal)** opened **[SPR-14819](https://jira.spring.io/browse/SPR-14819?redirect=false)** and commented
While using SSE Emitter, c…
-
I use zuul with spring boot 1.5.8 and spring cloud Dalston.SR4
Also I have a small spring boot project with Server Sent Events using SseEmitter. This works fine when I directly call the application…