team-supercharge / nest-amqp

Nest AMQP 1.0 module - NPM package: https://www.npmjs.com/package/@team-supercharge/nest-amqp
https://supercharge.io
MIT License
26 stars 13 forks source link

Add health indicator #11

Open pzamzow opened 3 years ago

pzamzow commented 3 years ago

When using the module in a productive environment, e.g. hosted in Kubernetes, it is very important to have a health check for your application. This health check should include the connection to dependent services (e.g. messaging server). Therefore it would be very helpful, if the module would provide a health check functionality, which could be integrated into nestjs/terminus.

raschan commented 3 years ago

Hi @pzamzow ,

Sorry for the late answer.

Very good idea, would you mind creating a PR for it?