You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #2939. It's not currently a seamless exprience to have camel-kafka configured to work with the container started by Quarkus dev services.
You have to manually fetch the values of the kafka.* properties set by Quarkus and set them on the Camel component or endpoint URI options. We already have a custom KafkaClientFactory that could do this automatically, so we could add some logic to BuildStep that enables it to also check for dev mode & dev services.
The text was updated successfully, but these errors were encountered:
Related to #2939. It's not currently a seamless exprience to have camel-kafka configured to work with the container started by Quarkus dev services.
You have to manually fetch the values of the
kafka.*
properties set by Quarkus and set them on the Camel component or endpoint URI options. We already have a customKafkaClientFactory
that could do this automatically, so we could add some logic to BuildStep that enables it to also check for dev mode & dev services.The text was updated successfully, but these errors were encountered: