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

Remove unused userTaskID paramater from requestRebalance method in KafkaRebalanceAssemblyOperator #10774

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

tinaselenge
Copy link
Contributor

Type of change

Select the type of your PR

  • Refactoring

Description

This argument currently is always set to null. Before #10607, this was set to non null value to get the proposal status via rebalance endpoint. Now we use user_tasks endpoint instead, therefore no longer need to pass this argument to the requestRebalance method.

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

…fkaRebalanceAssemblyOperator

Signed-off-by: Gantigmaa Selenge <tina.selenge@gmail.com>
@tinaselenge tinaselenge changed the title remove unused userTaskID paramater from requestRebalance method in KafkaRebalanceAssemblyOperator Remove unused userTaskID paramater from requestRebalance method in KafkaRebalanceAssemblyOperator Oct 29, 2024
@tinaselenge tinaselenge marked this pull request as ready for review October 29, 2024 11:07
@ppatierno ppatierno added this to the 0.45.0 milestone Oct 30, 2024
Copy link
Member

@ppatierno ppatierno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@ppatierno ppatierno requested a review from a team October 30, 2024 08:40
@scholzj
Copy link
Member

scholzj commented Oct 30, 2024

Thanks for the PR.

@scholzj scholzj merged commit 8bfa8a8 into strimzi:main Oct 30, 2024
13 checks passed
@tinaselenge tinaselenge deleted the small-refactor branch October 31, 2024 09:04
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.

3 participants