Skip to content

Kafka dev mode config propagation of kafka.bootstrap.servers to camel.component.kafka.brokers does not work #7517

@jamesnetherton

Description

@jamesnetherton

We have dev mode build time logic where we get the value of the container kafka.bootstrap.servers property and map it to a runtime config property for camel.component.kafka.brokers, so that Camel can use devservices without any additional config.

Something has changed on the Quarkus side because it's now not possible to get the config at build time. It's only present at run time. So we'll probably have to adjust things to restore the previous behavior.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions