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
We have currently a single CamelSource object. We can generate multiple resources, e.g. a CamelAmqpSource from the Camel catalog, that delegates to the CamelSource.
We can do this for each Camel component that is suitable for running in Knative. This will be more compatible with the way EventSources are defined in Knative and allow also non-camel-experts to use them.
The text was updated successfully, but these errors were encountered:
We have currently a single
CamelSource
object. We can generate multiple resources, e.g. aCamelAmqpSource
from the Camel catalog, that delegates to the CamelSource.We can do this for each Camel component that is suitable for running in Knative. This will be more compatible with the way EventSources are defined in Knative and allow also non-camel-experts to use them.
The text was updated successfully, but these errors were encountered: