You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update:
My idea is to document, how to implement this using project specific code.
The implementation for a broker that may provide multiple services in one would require a status response that can not be covered with a simple boolean.
In critical environments, monitoring is a requirement.
So this service broker framework could offer an unauthenticated route like
/status
.This route would be bound to a
status()
method in theServiceBroker
class.By default, the status method would always return "OK".
Then, any developer using the framework could inherit or overload this status method for his own needs.
The text was updated successfully, but these errors were encountered: