lianetm commented on code in PR #19951:
URL: https://github.com/apache/kafka/pull/19951#discussion_r2159320980
##########
coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/EventAccumulator.java:
##########
@@ -33,7 +33,7 @@
/**
* A concurrent event accumulator which group events per key and ensure that
only one
Review Comment:
```suggestion
* A concurrent event accumulator which groups events per key and ensures
that only one
```
##########
coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/EventAccumulator.java:
##########
@@ -33,7 +33,7 @@
/**
* A concurrent event accumulator which group events per key and ensure that
only one
- * event with a given key can't be processed concurrently.
+ * event with a given key can be processed concurrently.
*
* This class is threadsafe.
*
Review Comment:
can't add the comment there, but in ln 93, we could fix "A boolean
indicated..." with "indicating".
--
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]