-
Feature Request
-
Resolution: Unresolved
-
Major
-
3.1.0.Final
-
None
-
False
-
-
False
org.apache.connect.data provides a convenient Schema.Type enumeration. However, Debezium also defines a bunch of logical/semantic types. Consequently building change consumers can be rather tricky since implementors need to be aware of these and don't really have a way to list/enumerate these types
Would it be possible to provide some kind of enumeration? We could either maintain enumeration of such types manually or create an annotation processor which would generate such enum for us.