We are looking internally to adopt a microservice architecture for one of our existing projects. This project partially integrates with Indicium as a data source.
Our architecture design specifies a separate service for connecting to Indicium, which also deals with some of the implementations specific to the Thinkwise ecosystem (such as the TSFMessages header containing error messages instead of the response body).
During start-up of this service, I would like to run a health check on the Indicium instance it has to connect to. This health check would be run inside Indicium and check on aspects such as database connections, database responsiveness, some general system checks and whatever else may be relevant to Indicium running properly.
Does Indicium have any existing functionality facilitating this, or is this something we would have to implement ourselves in some way?
Thank you in advance!