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
| Community Meeting Calendar | Every other Wednesday 10:00a-10:30a PST <br>[Calendar](https://calendar.google.com/event?action=TEMPLATE&tmeid=MTBkb3MwYnVrbDd0djE0a2kzcmpmbjZndm9fMjAxODA5MTJUMTcwMDAwWiBqYXNvbmhhbGxAZ29vZ2xlLmNvbQ&tmsrc=jasonhall%40google.com&scp=ALL)|
A CamelSource is an event source that can represent any existing [Apache Camel component](https://github.com/apache/camel/tree/master/components) that provides a consumer side, and enables publishing events to an addressable endpoint. Each Camel endpoint has the form of a URI where the scheme is the ID of the component to use.
277
+
A CamelSource is an event source that can represent any existing
- source: information on the kind of Camel source that should be created.
280
-
- component: the default kind of source, enables creating an EventSource by configuring a single Camel component.
281
-
- uri: `string` contains the Camel URI that should be used to push events into the target sink.
282
-
- properties: `key/value map` contains Camel global options or component specific configuration. Options are available in the documentation of each existing Apache Camel component.
283
-
- serviceAccountName: `string` an optional service account that can be used to run the source pod.
284
-
- image: `string` an optional base image to use for the source pod, mainly for development purposes.
285
-
286
-
See the [CamelSource](https://github.com/knative/eventing-sources/blob/master/contrib/camel/samples/README.md) example.
287
-
289
+
- component: the default kind of source, enables creating an EventSource by
290
+
configuring a single Camel component.
291
+
- uri: `string` contains the Camel URI that should be used to push events
292
+
into the target sink.
293
+
- properties: `key/value map` contains Camel global options or component
294
+
specific configuration. Options are available in the documentation of each
295
+
existing Apache Camel component.
296
+
- serviceAccountName: `string` an optional service account that can be used to
297
+
run the source pod.
298
+
- image: `string` an optional base image to use for the source pod, mainly for
0 commit comments