You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/06 01:30:03 UTC

[GitHub] [camel-kafka-connector] steve-criticalmention commented on issue #1442: camel-rabbitmq-source-kafka-connector: Unable to specify vhost

steve-criticalmention commented on issue #1442:
URL: https://github.com/apache/camel-kafka-connector/issues/1442#issuecomment-1269187748

   @oscerd, Thanks for your help.
   
   When you specify the new option, is that because `vhost` is already part of the [camel-rabbitmq component](https://github.com/apache/camel/blob/main/components/camel-rabbitmq/src/main/java/org/apache/camel/component/rabbitmq/RabbitMQComponent.java#L55-L56)? Of these configuration options in the camel-rabbitmq component, are only the ones that can be added on the Kamelet level, options which don't have a hardcoded default value, and use `ConnectionFactory` as the default?
   
   With the current configuration options available for the `camel-rabbitmq-source-kafka-connector`, the queue and exchange is set to auto-delete by default. If the Kafka connector gets disconnected, then the queue/exchange is deleted, along with any messages on the queue and this would lead to data loss. Being able to define the type and features of the exchange/queue would really improve this connector. If this is something you think can be done at the Kamelet level, I could go through and add those options.
   
   Thanks again for your help and guidance


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org