You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MINOR: Consider repartition source topic for changelog topics (#19373)
With the Streams rebalance protocol, when the partition count
for changelog topics are computed the topic manager only
considers external source topics and throws if there are no
source topics. However, subtopologies are allowed to only
have repartition topics as source topics.
This commit also considers repartition source topics when
computing the partition count for changelog topics.
Reviewers: Lucas Brutschy <[email protected]>
Copy file name to clipboardExpand all lines: group-coordinator/src/test/java/org/apache/kafka/coordinator/group/streams/topics/ChangelogTopicsTest.java
0 commit comments