Created
June 26, 2020 13:55
-
-
Save descrepes/f4bfd52a1aefc136bcf0601e24eaa8ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: argoproj.io/v1alpha1 | |
kind: EventSource | |
metadata: | |
name: kafka-event-source | |
namespace: argo | |
spec: | |
type: "kafka" | |
kafka: | |
terraform: | |
url: cp-kafka-headless:9092 | |
topic: "terraform" | |
jsonBody: true | |
partition: "0" | |
connectionBackoff: | |
duration: 10000000000 | |
steps: 5 | |
factor: 2 | |
jitter: 0.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment