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/09/09 16:19:59 UTC

[GitHub] [camel-kafka-connector] oscerd opened a new issue #440: Being able of generating only source or sink connector

oscerd opened a new issue #440:
URL: https://github.com/apache/camel-kafka-connector/issues/440


   There are cases in which only source or sink connector makes sense.
   
   For example, for all the kubernetes connectors, it makes sense to have a source connector consuming events for a particular resource and send it to your kafka cluster, while it doesn't makes sense to have a sink connector creating kubernetes resources in your cluster (you can set an operation like describePod, listPods and so on, not really Kafkish).
   
   So we may need to find a way of defining what to generate and what not.


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