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

feat(consumers): rust consumer runtime config #6564

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

volokluev
Copy link
Member

Our current setup is accessing runtime config by FFI'ing into the python module. This is not only ugly and a performance hit, but also makes local testing development difficult because the FFI semantics don't seem to be the same across machines. (For example, I can't get the test_python and test_runtime_config tests to work on my machine.

The fewer python dependencies we have the better

Do not merge this yet, ops repo needs to be changed to pass the redis params in via env vars

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.

1 participant