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 2020/10/14 08:02:25 UTC

[GitHub] [camel-kafka-connector] apupier opened a new pull request #588: Avoid usage of static for Camel Kafka Connector catalog

apupier opened a new pull request #588:
URL: https://github.com/apache/camel-kafka-connector/pull/588


   it will allow to use several version of the catalog in the same JVM.
   
   Signed-off-by: Aurélien Pupier <ap...@redhat.com>


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

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



[GitHub] [camel-kafka-connector] oscerd merged pull request #588: Avoid usage of static for Camel Kafka Connector catalog

Posted by GitBox <gi...@apache.org>.
oscerd merged pull request #588:
URL: https://github.com/apache/camel-kafka-connector/pull/588


   


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

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



[GitHub] [camel-kafka-connector] apupier commented on pull request #588: Avoid usage of static for Camel Kafka Connector catalog

Posted by GitBox <gi...@apache.org>.
apupier commented on pull request #588:
URL: https://github.com/apache/camel-kafka-connector/pull/588#issuecomment-708240933


   Given that I added the possibility to add/remove connector, the Catalog is dynamic and is not handling only embedded connector definitions.
   
   for right now, to be able to write tests with different catalog more easily
   
   for the future:
   - to allow handle several version of Camel Kafka Connector in the tooling
   - to let users provide their own connector definition
   


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

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