redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.46k stars 579 forks source link

protobuf: actually output map types #23469

Closed rockwotj closed 3 days ago

rockwotj commented 3 days ago

Maps are weird in proto3. Internally they are a repeated synthetic message type with a key and value, because we're not checking if the type is a map, we're outputting those as messages. Fix that by when we complete a message see if it's a map entry then convert it to the proper internal map type.

Backports Required

Release Notes

vbotbuildovich commented 3 days ago

ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/55061#019225c5-d589-41bb-b050-38737ebb1af4

ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/55061#01922669-c8f3-4e8e-aa82-4342839dfd7f