kafka-connect-protobuf-converter
kafka-connect-protobuf-converter copied to clipboard
Support for wrapped messages
It would be nice to have support for wrapped messages.
For instance, consider having Message
object with a few fields, one of each is payloadMessage
, a payload with its schema. So that both fromConnect
and toConnect
methods deal with actual payload, ignoring metadata fields.
This issue is a potential contribution from us, and if the described feature looks good - we'll implement it. Thanks!