See the Camel component docs via github https://github.com/apache/camel/tree/master/components#components
On Tue, May 30, 2017 at 6:19 PM, tim.jones <[email protected]> wrote: > Hi > > Using the confluent schema registry for the avro schemas and wanted to use > camel-kafka (with spring-boot) , but can't work out how to introduce the > schema.registry.url, as it is not a URI option. > > How can I include this property, such that it is picked up both by > Camel-kafka producers and consumers properly? > > Is there also something I should know about correctly specifying the kafka > avro serializers in the serializerClass & keySerializerClass in camel-kafka > producer options and the keyDeserializer & valueDeserializer in the > consumer options? > > (there does not seem to be a one-to-one mapping between these camel-kafka > options (i.e. camel.apache.org Kafka-ProducerOptions > <http://camel.apache.org/kafka.html#Kafka-ProducerOptions(Camel2.17ornewer)> > ) and the config options on the kafka website i.e. kafka.apache.org > ewproducerconfigs > <http://kafka.apache.org/documentation.html#newproducerconfigs> ) > > > Thanks for your help, > > Tim > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Kafka-avro-schema-registry-de-serializers-configuration-in-spring-boot-tp5801381.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
