spring-websocket-chat
spring-websocket-chat copied to clipboard
Spring Boot actuators
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?
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.