-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
- Add an option for making the schema registry in the "dataschema" attribute customizable
- Support for binary mode
Replace MysqlCloudEventsMaker etc. in core with SPI implementations in connectors, e.g. loaded via service loaderSeeDBZ-3668- Cache CE schema
- Avoid reflective usage of JSON converter
- Use subject (record table + id?)
- Consider implication for record headers
- Add other event types for schema change events, heartbeat events and transaction events
- Express op type (c/r/u/d) in dedicated event types instead of separate field; a common CE pattern as per mwessend@redhat.com
- Support for STRUCT mapping - see https://github.com/debezium/debezium/pull/1221
- Consolidate TX info (see
DBZ-1052) if transaction metadata is enabled, there should be only one on txid attribute Add record parsers for Oracle and Db2 (see io.debezium.converters.RecordParser)SeeDBZ-3668- Remove hard-coded "mysql" part in io.debezium.converters.RecordParser#getDataSchema()