Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Kafka consumer code and add actuator endpoint
This commit refactors the code in the Kafka consumer module and adds an actuator endpoint. The changes include: - Importing the required dependencies for the actuator and express - Subscribing to the Kafka topic "delete-child" from the beginning - Parsing and processing the received Kafka messages based on the resource type - Adding a new actuator endpoint at the root ("/") to welcome users
- Loading branch information