Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Support for Multiple Sinks #79

Open
eytan-avisror opened this issue Aug 14, 2019 · 0 comments
Open

Support for Multiple Sinks #79

eytan-avisror opened this issue Aug 14, 2019 · 0 comments

Comments

@eytan-avisror
Copy link

eytan-avisror commented Aug 14, 2019

Readme mentions one of the goals of this project is Support for multiple sinks should be configurable, but looking at the code I don't see that it currently supports using multiple sinks.
It would be good to support this, for example stdout + s3sink.

the configuration json object should parse a list instead of a string and have the config under some object, for example:

apiVersion: v1
kind: ConfigMap
metadata:
  name: eventrouter
  namespace: eventrouter
data:
  config.json: |-
    {
      "sink": ["stdout", "s3sink"],
      "stdout": {},
      "s3sink": {}
    }

Am I missing something? is this currently somehow possible?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant