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

refactor: refactor kafka cluster reconcile with the latest operator-go framework #142

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

lwpk110
Copy link
Member

@lwpk110 lwpk110 commented Jan 22, 2025

Refactored the Kafka coordination logic to align with the latest operator-go development framework. The following changes have been made:

  • Implemented discovery using listener for better modularity.

  • Replaced the previous getService sidecar with listener for internal Kafka cluster services.

  • Added TLS support via listener volumes for secure communication.

  • When mounting a listener volume in a pod, ensure at least one port is configured. This is required due to implementation specifics of the listener mechanism.

close #136, close #110

…o framework

Refactored the Kafka coordination logic to align with the latest operator-go development framework. The following changes have been made:

- Implemented discovery using listener for better modularity.
- Replaced the previous getService sidecar with listener for internal Kafka cluster services.
- Added TLS support via listener volumes for secure communication.

- When mounting a listener volume in a pod, ensure at least one port is configured. This is required due to implementation specifics of the listener mechanism.
@lwpk110 lwpk110 requested a review from whg517 January 22, 2025 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant