omarsmak opened a new issue #32: Better support for value Schema in the SourceTask URL: https://github.com/apache/camel-kafka-connector/issues/32 Currently we build the `SourceRecord` with `Schema.BYTES_SCHEMA` schema. However, this can be misleading, for example, you can have body message of type `String` but however the schema will be always `Schema.BYTES_SCHEMA` regardless. However, as is hard to cover all types, we can have optional `BYTES_SCHEMA` as a fallback schema. This is just an idea, no idea the implications downstream.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services