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

Support namespaces/domains/multi-tenancy #132

Open
saig0 opened this issue Sep 23, 2021 · 2 comments
Open

Support namespaces/domains/multi-tenancy #132

saig0 opened this issue Sep 23, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@saig0
Copy link
Collaborator

saig0 commented Sep 23, 2021

In order to support different namespaces/domains (i.e. multi-tenancy), we need a way to inject the namespace in the exporter and pass it to the connector. This can be useful to collect data from multiple environments (e.g. dev/stage/prod) by a single consumer, especially, for building a testing tool and running multiple test cases.

The namespace should be injected into the exporter via the constructor, the arguments, or the environment variables.

The exporter should set the namespace for each exported record, for example, in some metadata.

The (Java) connector should be able to read the namespace from the record.

@AnshMishra2001
Copy link

I would like to work on this issue

@saig0
Copy link
Collaborator Author

saig0 commented Oct 1, 2021

@AnshMishra2001 go for it 👍 Let me know if you have any questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants