Re: [PR] KAFKA-15022: Detect negative cycle from one source [kafka]

2023-11-28 Thread via GitHub
mjsax merged PR #14696: URL: https://github.com/apache/kafka/pull/14696 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.or

Re: [PR] KAFKA-15022: Detect negative cycle from one source [kafka]

2023-11-20 Thread via GitHub
lihaosky commented on code in PR #14696: URL: https://github.com/apache/kafka/pull/14696#discussion_r1399571144 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/assignment/Graph.java: ## @@ -117,6 +131,8 @@ private Graph(final boolean isResidualGraph) {

Re: [PR] KAFKA-15022: Detect negative cycle from one source [kafka]

2023-11-16 Thread via GitHub
mjsax commented on code in PR #14696: URL: https://github.com/apache/kafka/pull/14696#discussion_r1396522548 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/assignment/Graph.java: ## @@ -103,8 +104,21 @@ public String toString() { } } -p