forked from apache/kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KAFKA-18262 Remove DefaultPartitioner and UniformStickyPartitioner (a…
…pache#18204) Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
- Loading branch information
1 parent
e9d4aa4
commit 753a003
Showing
18 changed files
with
41 additions
and
760 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
71 changes: 0 additions & 71 deletions
71
clients/src/main/java/org/apache/kafka/clients/producer/UniformStickyPartitioner.java
This file was deleted.
Oops, something went wrong.
86 changes: 0 additions & 86 deletions
86
clients/src/main/java/org/apache/kafka/clients/producer/internals/DefaultPartitioner.java
This file was deleted.
Oops, something went wrong.
76 changes: 0 additions & 76 deletions
76
clients/src/main/java/org/apache/kafka/clients/producer/internals/StickyPartitionCache.java
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.