-
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][broker] PIP-366: Support to specify different config for Configuration and Local Metadata Store #23041
Conversation
pulsar-metadata/src/test/java/org/apache/pulsar/metadata/MetadataStoreTest.java
Outdated
Show resolved
Hide resolved
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/PulsarZooKeeperClient.java
Outdated
Show resolved
Hide resolved
…guration and Local Metadata Store zk impl
…ataStoreTest.java Co-authored-by: Dragos Misca <dragosvictor@users.noreply.github.com>
…ata Store in oxia impl
90775a2
to
a10c79d
Compare
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.
LGTM!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #23041 +/- ##
============================================
- Coverage 73.57% 73.44% -0.14%
- Complexity 32624 33521 +897
============================================
Files 1877 1917 +40
Lines 139502 144082 +4580
Branches 15299 15744 +445
============================================
+ Hits 102638 105819 +3181
- Misses 28908 30152 +1244
- Partials 7956 8111 +155
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…guration and Local Metadata Store (apache#23041)
…guration and Local Metadata Store (apache#23041)
Motivation
Implementation PR for PIP: #23033.
Modifications
Support to specify different config for Configuration and Local Metadata Store in zk and oxia impl
Documentation
doc
doc-required
doc-not-needed
doc-complete