Description
Currently, API endpoints return a placeholder text to signify that they are working and available. These should be rewritten to allow for more functionality.
Suggestions
v1/GET
The v1/GET endpoint could possibly return metric data on the NApp. For instance, it could provide I/O metrics, key-value pairs for events and the amount sent, or could simply ping that the application is working and has a connection to Kafka.
v1/POST
The v1/POST endpoint could be used to manually send an event to Kafka (if this functionality could be useful in the future). It would likely require documentation on how the syntax works.