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

(Doc) Kafka Connect configuration document is inconsistent with implementation #358

Open
hsiang-c opened this issue Oct 2, 2024 · 0 comments

Comments

@hsiang-c
Copy link

hsiang-c commented Oct 2, 2024

Problem Description

  • In the official doc, one of the rules to convert property variables to environment variables is

    Replace a dash (-) with double underscores (__).

  • However, the env_to_props method in dub.py does the reverse conversion differently

    three underscores '___' are replaced with a dash '-'

Validation

  • I tested it with confluentinc/cp-kafka-connect:7.5.1 and I think the official doc might be wrong, i.e. a dash (-) should be replaced by three underscores instead of double underscores.
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

No branches or pull requests

1 participant