[feat][broker]PIP-255 Part-1: Add listener interface for namespace service#20406
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20406 +/- ##
============================================
+ Coverage 72.45% 72.92% +0.47%
- Complexity 31898 31904 +6
============================================
Files 1852 1867 +15
Lines 138227 138486 +259
Branches 15175 15202 +27
============================================
+ Hits 100150 100989 +839
+ Misses 30098 29489 -609
- Partials 7979 8008 +29
Flags with carried forward coverage won't be shown. Click here to find out more.
|
coderzc
approved these changes
May 27, 2023
lifepuzzlefun
approved these changes
May 27, 2023
nodece
approved these changes
May 28, 2023
Technoboy-
reviewed
May 29, 2023
Technoboy-
approved these changes
May 29, 2023
Technoboy-
pushed a commit
that referenced
this pull request
Jun 14, 2023
Member
|
This is a feature PR and introduces a new interface. Why do we cherry-pick it to branch-3.0? @Technoboy- |
Technoboy-
added a commit
to Technoboy-/pulsar
that referenced
this pull request
Jul 10, 2023
mukesh-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Apr 13, 2024
(cherry picked from commit f3bb89d)
mukesh-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Apr 19, 2024
(cherry picked from commit f3bb89d)
srinath-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Apr 23, 2024
(cherry picked from commit f3bb89d)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PIP: #19806
Motivation
Modifications
In PIP-219, we want to make the partition assignment strategy pluggable.
First, we need to add listener interface for namespace service
Verifying this change
Documentation
doc-not-neededMatching PR in forked repository