Hi there,
I’m implementing a system with a standalone Camunda server with external clients implemented by Spring boot.
The problem is that the Camunda server requires authentication when the clients want to fetchAndLock tasks.
I want to implement spring metrics to monitor fetchAndLock for all clients:
- Authentication failed
- Camunda server is not readable
Does anyone experience this use case? Do you have an idea?
Best,
Shin