kafka-connect-protobuf-converter
kafka-connect-protobuf-converter copied to clipboard
Support for Debezium logical types?
We tested out this converter on a debezium topic and we noticed that it doesn't translate debezium logical types.
There are a bunch of debezium logical types: https://debezium.io/documentation/reference/0.10/connectors/mysql.html#data-types and I'm not sure how many are reasonably translatable, but at the very least there are timestamp and date that seem like they could be converted into richer protobuf types than they are currently.
Is this something that you would be open to if we were to submit a PR?