[GitHub] [kafka] mjsax commented on a change in pull request #9997: KAFKA-9274: Add timeout handling for `StreamPartitioner`

2021-02-03 Thread GitBox
mjsax commented on a change in pull request #9997: URL: https://github.com/apache/kafka/pull/9997#discussion_r569634714 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -714,19 +720,34 @@ public boolean process(final long w

[GitHub] [kafka] mjsax commented on a change in pull request #9997: KAFKA-9274: Add timeout handling for `StreamPartitioner`

2021-02-02 Thread GitBox
mjsax commented on a change in pull request #9997: URL: https://github.com/apache/kafka/pull/9997#discussion_r568272373 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -714,19 +720,34 @@ public boolean process(final long w

[GitHub] [kafka] mjsax commented on a change in pull request #9997: KAFKA-9274: Add timeout handling for `StreamPartitioner`

2021-02-01 Thread GitBox
mjsax commented on a change in pull request #9997: URL: https://github.com/apache/kafka/pull/9997#discussion_r568275164 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java ## @@ -1109,22 +1109,32 @@ int process(final int maxNumReco

[GitHub] [kafka] mjsax commented on a change in pull request #9997: KAFKA-9274: Add timeout handling for `StreamPartitioner`

2021-02-01 Thread GitBox
mjsax commented on a change in pull request #9997: URL: https://github.com/apache/kafka/pull/9997#discussion_r568273989 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -714,19 +720,34 @@ public boolean process(final long w

[GitHub] [kafka] mjsax commented on a change in pull request #9997: KAFKA-9274: Add timeout handling for `StreamPartitioner`

2021-02-01 Thread GitBox
mjsax commented on a change in pull request #9997: URL: https://github.com/apache/kafka/pull/9997#discussion_r568273989 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -714,19 +720,34 @@ public boolean process(final long w

[GitHub] [kafka] mjsax commented on a change in pull request #9997: KAFKA-9274: Add timeout handling for `StreamPartitioner`

2021-02-01 Thread GitBox
mjsax commented on a change in pull request #9997: URL: https://github.com/apache/kafka/pull/9997#discussion_r568273206 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/RecordCollectorImpl.java ## @@ -111,13 +112,16 @@ public void initialize() {

[GitHub] [kafka] mjsax commented on a change in pull request #9997: KAFKA-9274: Add timeout handling for `StreamPartitioner`

2021-02-01 Thread GitBox
mjsax commented on a change in pull request #9997: URL: https://github.com/apache/kafka/pull/9997#discussion_r568272373 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -714,19 +720,34 @@ public boolean process(final long w

[GitHub] [kafka] mjsax commented on a change in pull request #9997: KAFKA-9274: Add timeout handling for `StreamPartitioner`

2021-01-28 Thread GitBox
mjsax commented on a change in pull request #9997: URL: https://github.com/apache/kafka/pull/9997#discussion_r566586589 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -714,19 +720,34 @@ public boolean process(final long w

[GitHub] [kafka] mjsax commented on a change in pull request #9997: KAFKA-9274: Add timeout handling for `StreamPartitioner`

2021-01-28 Thread GitBox
mjsax commented on a change in pull request #9997: URL: https://github.com/apache/kafka/pull/9997#discussion_r566580878 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -714,19 +720,34 @@ public boolean process(final long w

[GitHub] [kafka] mjsax commented on a change in pull request #9997: KAFKA-9274: Add timeout handling for `StreamPartitioner`

2021-01-28 Thread GitBox
mjsax commented on a change in pull request #9997: URL: https://github.com/apache/kafka/pull/9997#discussion_r566580717 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -663,18 +666,21 @@ public boolean isProcessable(final

[GitHub] [kafka] mjsax commented on a change in pull request #9997: KAFKA-9274: Add timeout handling for `StreamPartitioner`

2021-01-28 Thread GitBox
mjsax commented on a change in pull request #9997: URL: https://github.com/apache/kafka/pull/9997#discussion_r566580568 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -99,6 +100,7 @@ private final InternalProcessorCo