salmar / spring-websocket-chat

Chat application using Spring WebSockets
614 stars 316 forks source link

Spring Boot actuators #22

Open filiphr opened 6 years ago

filiphr commented 6 years ago

First of all I have to say really code repository. It has nice demos and displays the functionality of Spring Websocket over STOMP quite well.

I really liked the Actuator endpoints that are in this repository. Have you considered in contributing them to the Spring Boot project, extracting them as a separate module so people can use them?

salmar commented 6 years ago

Thanks. I planned to contribute them to Spring Boot, just need to see the best way to do it while reusing most of the classes introduced for the HTTP endpoints for traces and mappings.