kafka-connect-protobuf-converter icon indicating copy to clipboard operation
kafka-connect-protobuf-converter copied to clipboard

Support for Debezium logical types?

Open mtagle opened this issue 3 years ago • 0 comments

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?

mtagle avatar Mar 03 '21 22:03 mtagle