Skip to content

Inconsistent Environment Variable Support Between Go v3 and Python v3 Clients #124

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

Open
bednar opened this issue Mar 24, 2025 · 1 comment
Assignees

Comments

@bednar
Copy link
Member

bednar commented Mar 24, 2025

The InfluxDB v3 Python client does not provide the same environment variable configuration options as the GO v3 client. This inconsistency complicates setting up multiple clients in the same environment since certain parameters cannot be configured uniformly through environment variables. Expanding or aligning the Python client’s environment variable support to match the Go client would greatly simplify deployment and configuration in mixed-language environments.

It should be backward compatible, so we will have to support both - new and also old sys env naming.

@NguyenHoangSon96 NguyenHoangSon96 self-assigned this Apr 14, 2025
@NguyenHoangSon96 NguyenHoangSon96 mentioned this issue Apr 16, 2025
6 tasks
@NguyenHoangSon96
Copy link
Contributor

@bednar
All PRs related to this issue has been merged. I think we can close this

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 a pull request may close this issue.

2 participants