KKcorps commented on a change in pull request #7026:
URL: https://github.com/apache/incubator-pinot/pull/7026#discussion_r658529797
##########
File path:
pinot-plugins/pinot-stream-ingestion/pinot-pulsar/src/main/java/org/apache/pinot/plugin/stream/pulsar/PulsarPartitionLevelConsumer.java
##########
@@ -93,6 +96,10 @@ public PulsarMessageBatch fetchMessages(MessageId
startMessageId, MessageId endM
}
}
messagesList.add(nextMessage);
+
Review comment:
That's what I wanted to do but Java is not allowing that saying, the
interrupted exception is never thrown in this block.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]