kdvolder / independent-web-actuator

An experiment to create a independent spring application context serving actuators on a different port than what spring-boot sets up.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Independent Web Actuator Sample

In this sample project we are exploring how/if it is possible to create an 'independent' Spring Application Context to expose actuators on a separate port.

I.e. the actuators are exposed as web endpoints, but they are not affected by or affecting the actuator configuration of the main application.

In this sample the 'main' application is a regular Spribg Boot Web App (with Embedded Tomcat Container).

The independent application is defined in 'com.example.subapp'.

About

An experiment to create a independent spring application context serving actuators on a different port than what spring-boot sets up.


Languages

Language:Java 100.0%