You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/12/09 17:59:07 UTC

[GitHub] [camel-kafka-connector] omarsmak opened a new issue #32: Better support for value Schema in the SourceTask

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:
users@infra.apache.org


With regards,
Apache Git Services