Hi all,

I am using 2 dependencies  one is camel-kafka-starter, version - 3.20.5 and
the other one is kafka-json-schema-serializer, version 7.5.1.
Route sample -
<route id= "xyz">
<from uri="kafka:{{topic name}}?
brokers={{consumer.bootstrap-servers}}&amp
groupId={{consumer.group-id}}&amp
autoOffsetReset={{consumer.auto-offset-reset}}&amp
keyDeserializer={{consumer.key-deserializer}}&amp
valueDeserializer={{consumer.value-deserializer}}&amp
schemaRegistryURL={{url}}&amp
autoCommitEnable=false&amp
sessionTimeoutMs={{timeoutvalue}}&amp
sslEnabledProtocol=TLSv1.2, TLSv1.3 &amp
securityProtocol=SASL_SSL &amp
saslMechanism=GSSAPI &amp
saslKerberosServiceName={{some valid name}} &amp
sslTruststoreLocation={{some  valid  path}} &amp
saslJaasConfig={{some krb5 login module required useKeyTab=true
storekey=true
       keytab=somepath principal=somevalue}}"
      <log to print the json event in body>
</route>
Now this route is able to pick events in local env and we are also able to
see various logs in local that kafka made connections with topic. But kafka
itself is not starting in higher envs and we are not able to see error or
any kind of logs.


Thanks,
Aditya

Reply via email to