michelin/ns4kafka

Health check endpoint not works since 1.10.2

MrDocx opened this issue · 0 comments

MrDocx commented

Describe the bug

Since version 1.10.2, the route "/health" used for health check not works.

To Reproduce

Deploy version 1.10.2 or later and try to do a GET request on route "/health"

Expected behavior

Have a health check endpoint URL

Environment (please complete the following information):

  • Ns4Kafka version: v1.10.2 and later

Steps taken to try and solve the problem

I guess this "bug" is due to change on file build.gradle and especially due to the removal of dependence below :
annotationProcessor("io.micronaut:micronaut-management")

For more details please see commit : 8498360#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7L18