Get desktop application:
View/edit binary Protocol Buffers messages
InitStream returns details about how to consume the stream.
InitStreamRequest initializes a stream on server side.
InitStreamResponse contains the initial server side parameters for the connection.
stream_id is created by the server and will change when server restarts.
min offset of the event in the server side circular buffer.
previous purge offset for the client, if there is any stored on the server the client can use previous_purge_offset as the begin offset for the next WaitForEventsRequest.
Wait for some pod events.
WaitForEventsRequest is used by client to pass the stream_id and the offsets from which client would like to receive the event stream from the event stream.
Current stream_id
The offset that the client has processed, which can be purged on the server.
The begin offset of the intended data.
The max number of events limit for current request.
Name of the client.
WaitForEventsResponse contains the list of events requested by client.