The internal process that is responsible for Kafka communication is adding the specified Kafka property with the default value to the properties list that it uses. Normally, the properties that are used to connect to Kafka are provided in a file, such as a Kafka Producer properties file. If a required Kafka property is missing, the process will add it. This message indicates the Kafka property is being added and its default value.
If the default value is not appropriate, add the configuration parameter with another value to the Producer properties file.