roadrunner-bundle
roadrunner-bundle copied to clipboard
Feat: support ResetInterface for gRPC services
gRPC request processing with mandatory state reset of grpc-services that implements ResetInterface interface.
The implementation is essentially based on executing the finalizer after processing a request. An extension point as WorkerFinalizerInterface is present in case there is a need to add/modify existing functionality.