Avoid configuring kafka.group.id
if no other Kafka configuration is present
#18811
Labels
Milestone
kafka.group.id
if no other Kafka configuration is present
#18811
Description
Something that was observed in a Camel Quarkus issue is that
KafkaRuntimeConfigProducer
will potentially always add config forkafka.group.id
, regardless of whether any other Kafka configuration has been specified. It seems redundant in this case, so it'd be nice if it could be avoided.Implementation ideas
If the
result
map is empty - don't addkafka.group.id
.The text was updated successfully, but these errors were encountered: