echo liveness probe available under /actuator/health 51/139051/2
authorShantaram Sawant <s.shantaram.sawant@accenture.com>
Tue, 1 Oct 2024 11:37:03 +0000 (17:07 +0530)
committerShantaram Sawant <s.shantaram.sawant@accenture.com>
Thu, 3 Oct 2024 11:16:13 +0000 (16:46 +0530)
commit0a9a06196c1a7b6988196c2fa6f604355429b851
tree884ed106f1809d322574718903d01936a85ce8fa
parent9ed3ba5e6d480af6ae9bc19c2b9da1ac584f0b98
echo liveness probe available under /actuator/health

- Include database connectivity check in the /echo API of AAI modules.

Issue-ID: AAI-3999
Change-Id: Ia6eb3ded705e6b5b3f1db0cd9605376a2f442e68
Signed-off-by: Shantaram Sawant <s.shantaram.sawant@accenture.com>
pom.xml
src/main/java/org/onap/aai/rest/util/AaiGraphChecker.java [new file with mode: 0644]
src/main/java/org/onap/aai/rest/util/EchoHealthIndicator.java [new file with mode: 0644]
src/main/java/org/onap/aai/rest/util/EchoResponse.java
src/main/resources/application.properties
src/test/java/org/onap/aai/config/WebClientConfiguration.java [new file with mode: 0644]
src/test/java/org/onap/aai/rest/util/EchoHealthIndicatorTest.java [new file with mode: 0644]
src/test/java/org/onap/aai/rest/util/EchoResponseTest.java [new file with mode: 0644]