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

Allow KafkaRoller talk to controller directly #10016

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tinaselenge
Copy link
Contributor

@tinaselenge tinaselenge commented Apr 23, 2024

Type of change

Select the type of your PR

  • Enhancement / new feature

Description

  • Add a method for creating admin client for controllers with BOOTSTRAP_CONTROLLERS_CONFIG set.
  • Make KafkaRoller create admin client against controllers nodes, if they are running 3.9.0 or later.
  • Tidy up: remove ceShouldBeFatal option as it's never set to true.

Closes #9692

Checklist

Please go through this checklist and make sure all applicable tasks have been done

  • Write tests
  • Make sure all tests pass
  • Update documentation
  • Check RBAC rights for Kubernetes / OpenShift roles
  • Try your changes from Pod inside your Kubernetes and OpenShift cluster, not just locally
  • Reference relevant issue(s) and close them after merging
  • Update CHANGELOG.md
  • Supply screenshots for visual changes, such as Grafana dashboards

@tinaselenge tinaselenge force-pushed the add-controller-svc branch 2 times, most recently from 52d9241 to bb928d6 Compare September 4, 2024 14:24
@tinaselenge tinaselenge marked this pull request as ready for review November 13, 2024 16:21
@scholzj scholzj added this to the 0.45.0 milestone Nov 13, 2024
@scholzj
Copy link
Member

scholzj commented Nov 13, 2024

/azp run regression

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@scholzj
Copy link
Member

scholzj commented Nov 13, 2024

/azp run zookeeper-regression

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@tinaselenge
Copy link
Contributor Author

I will check the regression test failures.

@tinaselenge
Copy link
Contributor Author

@scholzj can you please kick off the regression tests again? The failed system tests seem to pass for me when running locally.

@Frawless
Copy link
Member

@tinaselenge could you please rebase to avoid running testCertifiactes ST that was removed here #10830 ?

Update AdminClientProvider to create an admin client for controllers with BOOTSTRAP_CONTROLLERS_CONFIG set.
Allow KafkaRoller create admin client against controllers nodes, if they are running 3.9.0 or later.
Remove ceShouldBeFatal option as it's never set to true.

Signed-off-by: Gantigmaa Selenge <[email protected]>
@tinaselenge
Copy link
Contributor Author

thanks @Frawless . I rebased now.

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.

[KRaft]: Allow KafkaRoller directly connect to controllers
3 participants