-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Cherry-pick] Add backoff for setting for getting topic policies to branch-2.7 #11574
[Cherry-pick] Add backoff for setting for getting topic policies to branch-2.7 #11574
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please write in the description, and possibly the title, a summary of the changes?
Otherwise it is tricky for people reading the release notes and the commit messages to understand the meaning of this patch.
Why didn't you use 'git cherrypick -x'? If you do it that way there is a better link to the original commits. |
e64184b
to
fa970c3
Compare
Sorry for this, I have changed the description. |
fa970c3
to
7a99d27
Compare
For some of the methods are different with the master branch, using git cherrypick -x will be failed. So I have to move the changes one by one. |
There are too many conflicts with branch-2.7. we are not able to cherry-pick the change from the master branch, so push a PR to fix the branch-2.7 directly. |
aa40f1b
to
ebaa551
Compare
##Motivation
Cherry pick - Add backoff for setting for getting topic policies(#11487, #11560) to branch-2.7.
For some of the methods are different with the master branch, using
git cherrypick -x
will be failed. So I have to move the changes one by one.