Skip to content

Instantly share code, notes, and snippets.

@kameshsampath
Created December 28, 2019 03:57
Show Gist options
  • Save kameshsampath/1f21c5128bbedecef695ff5cccd325db to your computer and use it in GitHub Desktop.
Save kameshsampath/1f21c5128bbedecef695ff5cccd325db to your computer and use it in GitHub Desktop.
apiVersion: sources.eventing.knative.dev/v1alpha1
kind: CamelSource
metadata:
name: timed-greeter
spec:
integration:
dependencies:
- camel:log
source: |-
from("timer:tick?period=10s")
.setBody("Hello World")
.log("${body}")
sink:
ref:
apiVersion: serving.knative.dev/v1
kind: Service
name: event-display
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment