muralibasani commented on code in PR #22458:
URL: https://github.com/apache/kafka/pull/22458#discussion_r3351224117
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java:
##########
@@ -371,8 +371,15 @@ public boolean isStartingRunningOrPartitionAssigned() {
private final Optional<StreamsRebalanceData> streamsRebalanceData;
private final StreamsMetadataState streamsMetadataState;
+ // -1L means the bytes guard is off; the legacy per-partition pause in
StreamTask owns it instead.
+ static final long UNDEFINED_INPUT_BUFFER_MAX_BYTES = -1L;
Review Comment:
Like raised in the previous PR, adding a constant for the -1L marker.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]