-
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] Phase 1 of PIP-370 support disable create topics on remote cluster through replication #23169
Conversation
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/AdminResource.java
Outdated
Show resolved
Hide resolved
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/AdminResource.java
Outdated
Show resolved
Hide resolved
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java
Outdated
Show resolved
Hide resolved
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/OneWayReplicatorTest.java
Outdated
Show resolved
Hide resolved
/pulsarbot run-failure-checks |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #23169 +/- ##
============================================
+ Coverage 73.57% 74.58% +1.01%
- Complexity 32624 34211 +1587
============================================
Files 1877 1918 +41
Lines 139502 144657 +5155
Branches 15299 15813 +514
============================================
+ Hits 102638 107898 +5260
+ Misses 28908 28503 -405
- Partials 7956 8256 +300
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…n remote cluster through replication (apache#23169) (cherry picked from commit 44f9860) (cherry picked from commit 9553c33)
…n remote cluster through replication (apache#23169) (cherry picked from commit 44f9860) (cherry picked from commit 9553c33)
…n remote cluster through replication (apache#23169)
@poorbarcode why did we cherry-picked PIP-370 changes to branch-3.0, but branch-3.3 was skipped? Asked that on the dev mailing list thread, https://lists.apache.org/thread/onvgpx4vr1184tzjl2ngxog674zgltgk . |
Motivation
see also PIP-370: configurable remote topic creation in geo-replication
Modifications
Next PRs
Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: x