package sideinput.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service SideInput

sideinput.proto:18

SideInput is the gRPC service for user-defined Side Inputs. It is used to propagate changes in the values of the provided Side Inputs which allows access to slow updated data or configuration without needing to retrieve it during each message processing. Through this service we should should be able to:- (1) Invoke retrieval request for a single Side Input parameter, which in turn should check for updates and return its latest value. (2) Provide a health check endpoint to indicate whether the service is ready to be used.