templates/pipes/camel-k/throttle-action-pipe.yaml (24 lines of code) (raw):

apiVersion: camel.apache.org/v1 kind: Pipe metadata: name: throttle-action-pipe spec: source: ref: kind: Kamelet apiVersion: camel.apache.org/v1 name: timer-source properties: message: "Hello" steps: - ref: kind: Kamelet apiVersion: camel.apache.org/v1 name: throttle-action properties: messages: 10 sink: ref: kind: KafkaTopic apiVersion: kafka.strimzi.io/v1beta1 name: my-topic