-
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
[improve][admin] PulsarAdminBuilderImpl overrides timeout properties passed through config map #17375
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.
Thanks for fixing this, I had a look at the code and left a question. Otherwise looks good to me 👍
...-admin/src/test/java/org/apache/pulsar/client/admin/internal/PulsarAdminBuilderImplTest.java
Outdated
Show resolved
Hide resolved
The pr had no activity for 30 days, mark with Stale label. |
Codecov Report
@@ Coverage Diff @@
## master #17375 +/- ##
=============================================
+ Coverage 34.91% 46.89% +11.97%
- Complexity 5707 17869 +12162
=============================================
Files 607 1574 +967
Lines 53396 128303 +74907
Branches 5712 14115 +8403
=============================================
+ Hits 18644 60162 +41518
- Misses 32119 61955 +29836
- Partials 2633 6186 +3553
Flags with carried forward coverage won't be shown. Click here to find out more.
|
The pr had no activity for 30 days, mark with Stale label. |
@Technoboy- Is there any specific reason that this bug fix isn't cherry-picked to maintenance branches? |
…passed through config map (#17375)
Ah, it's not a bug fix. I have cherry-picked to branch-2.11, because there are some modification based on this patch. |
Fixes #17333
Master Issue: #17333
Motivation
Support PulsarAdminBuilderImpl overrides timeout properties passed through config map.
Documentation
doc-not-needed
(Please explain why)