mattisonchao commented on code in PR #17318:
URL: https://github.com/apache/pulsar/pull/17318#discussion_r969308420
##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerBase.java:
##########
@@ -941,22 +941,27 @@ private OpBatchReceive<T> nextBatchReceive() {
return opBatchReceive;
}
- protected final void notifyPendingBatchReceivedCallBack(OpBatchReceive<T>
opBatchReceive) {
Review Comment:
Why did we change the method param signature? Maybe `OpBatchReceive` is more
clear?
--
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]