JimmyWang6 commented on code in PR #20246:
URL: https://github.com/apache/kafka/pull/20246#discussion_r2462650098
##########
server/src/main/java/org/apache/kafka/server/share/fetch/ShareFetch.java:
##########
@@ -63,6 +63,10 @@ public class ShareFetch {
* The batch size of the fetch request.
*/
private final int batchSize;
+ /**
+ * The share acquire mode for the fetch request.
+ */
+ private final byte shareAcquireMode;
Review Comment:
Done.
--
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]