apiVersion: dataflow.argoproj.io/v1alpha1 kind: Pipeline metadata: annotations: dataflow.argoproj.io/description: "This example shows reading and writing to a\ \ STAN subject.\n\n* Adding replicas will nearly linearly increase throughput.\ \ \n" dataflow.argoproj.io/owner: argoproj-labs dataflow.argoproj.io/test: 'false' name: 301-stan spec: steps: - cat: {} name: main sinks: - stan: subject: output-subject sources: - stan: subject: input-subject