Skip to content

Commit

Permalink
test: added kafka example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed May 21, 2021
1 parent 786ae3d commit 16362e4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/301-kafka-pipeline.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: dataflow.argoproj.io/v1alpha1
kind: Pipeline
metadata:
annotations:
dataflow.argoproj.io/description: |
This example shows reading and writing to cafe.
dataflow.argoproj.io/name: Kafka
creationTimestamp: null
name: kafka
spec:
steps:
- cat: {}
name: main
sources:
- kafka:
topic: input-topic
sinks:
- kafka:
topic: output-topic

0 comments on commit 16362e4

Please sign in to comment.