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

Move Bridge configuration preparation from the shell scripts to the operator #10959

Open
scholzj opened this issue Dec 15, 2024 · 2 comments · May be fixed by #11032
Open

Move Bridge configuration preparation from the shell scripts to the operator #10959

scholzj opened this issue Dec 15, 2024 · 2 comments · May be fixed by #11032
Assignees

Comments

@scholzj
Copy link
Member

scholzj commented Dec 15, 2024

Similarly to #10668 for Connect / MM2, we should also move the configuration of the Kafka Bridge to a config file generated fully by the operator Java code instead of doing it from environment variables in the Bridge startup scripts. This will make it easier to extend it and to unit test it. However, this would need cross-project coordination as the startup script is part of the Bridge project while the new config file would be generated by the CO code in this repository.

@ppatierno
Copy link
Member

Of course it makes sense to me. I could try to find some time for it in the coming weeks (if not I will delegate ;-)).

@ppatierno ppatierno self-assigned this Jan 7, 2025
@im-konge
Copy link
Member

im-konge commented Jan 9, 2025

Triaged on 9.1.2025: This makes sense and should be implemented (as @ppatierno is already working on it).

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

Successfully merging a pull request may close this issue.

3 participants