pub type PbShowConfigResponse = ShowConfigResponse;
struct PbShowConfigResponse { pub batch_config: String, pub stream_config: String, }
batch_config: String
stream_config: String