Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add etcd as input and cache. #2555

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

danriedl
Copy link

This PR adds:

Following configs can be used in parallel to test this PR:

watch-key.etcd.yaml:

input:
  etcd:
    endpoints:
      - localhost:2379
    key: "test" 
pipeline:
  processors: []
output:
  stdout:
    codec: lines

write-key.etcd.yaml:

input:
  generate:
    mapping: |
      root = {
        "id": nanoid(5, "ABCDEFGHIJKL")
      }
    interval: 1000ms
pipeline:
  processors: []
output:
  cache:
    target: etcd
    key: test
cache_resources:
  - label: etcd
    etcd:
      endpoints:
        - localhost:2379

@danriedl danriedl requested a review from Jeffail as a code owner April 30, 2024 12:59
Signed-off-by: Dan Riedl <amkoenigsholz9@gmail.com>
Signed-off-by: Dan Riedl <amkoenigsholz9@gmail.com>
Signed-off-by: Dan Riedl <amkoenigsholz9@gmail.com>
Signed-off-by: Dan Riedl <amkoenigsholz9@gmail.com>
Signed-off-by: Dan Riedl <amkoenigsholz9@gmail.com>
Signed-off-by: Dan Riedl <amkoenigsholz9@gmail.com>
Signed-off-by: Dan Riedl <amkoenigsholz9@gmail.com>
Signed-off-by: Dan Riedl <amkoenigsholz9@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant