apupier opened a new issue #821: URL: https://github.com/apache/camel-kafka-connector/issues/821
All properties without explicit default values are exposed with the `null` identifier. In Camel Kafka Configef, there is a specific Object when there is no Default Value [org.apache.kafka.common.config.ConfigDef.NO_DEFAULT_VALUE](https://github.com/a0x8o/kafka/blob/b324a6a2bf26e9ee0b5b34252a3b251859c624fe/clients/src/main/java/org/apache/kafka/common/config/ConfigDef.java#L85) . it sounds better to use it as I think that what is really wanted is to say that there is no default value, not that the default value is `null` nota: using a Properties file, i do not think that we can express that the provided value is null. ---------------------------------------------------------------- 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