Problem / Motivation
Only unary RPCs are supported. Server streaming is the next most common gRPC pattern (e.g. listing resources, streaming logs) and currently unsupported.
Proposed Solution
Add support for server streaming RPCs returning SETOF jsonb so each streamed message becomes a row in the result set.
Problem / Motivation
Only unary RPCs are supported. Server streaming is the next most common gRPC pattern (e.g. listing resources, streaming logs) and currently unsupported.
Proposed Solution
Add support for server streaming RPCs returning
SETOF jsonbso each streamed message becomes a row in the result set.