Closed vmarchese closed 2 weeks ago
Add configuration params. From:
message ProduceRequest { bytes key = 1; bytes value = 2; map<string,string> headers = 3; }
to
message ProduceRequest { bytes key = 1; bytes value = 2; map<string,string> headers = 3; map<string,string> configParams = 4; }
Add configuration params. From:
to