echo liveness probe available under /actuator/health 94/139094/1
authorShantaram Sawant <s.shantaram.sawant@accenture.com>
Wed, 2 Oct 2024 14:30:28 +0000 (20:00 +0530)
committerShantaram Sawant <s.shantaram.sawant@accenture.com>
Wed, 2 Oct 2024 14:30:28 +0000 (20:00 +0530)
commitee78651fb78635afdb7bcf37e903f3d0043741dc
tree0b7c40e2693aedbd8553f7ad223253e4e85f221d
parent51415ac5eb5c77809dc5eac5f50b5728b7dfd977
echo liveness probe available under /actuator/health

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

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