roadrunner-bundle icon indicating copy to clipboard operation
roadrunner-bundle copied to clipboard

Feat: support ResetInterface for gRPC services

Open Glorian opened this issue 1 year ago • 0 comments

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.

Glorian avatar Oct 16 '24 21:10 Glorian