risingwave_pb::compute

Type Alias PbShowConfigResponse

source
pub type PbShowConfigResponse = ShowConfigResponse;
Expand description

Alias for ShowConfigResponse.

Aliased Type§

struct PbShowConfigResponse {
    pub batch_config: String,
    pub stream_config: String,
}

Fields§

§batch_config: String§stream_config: String