ehoner commented on code in PR #1660:
URL: https://github.com/apache/samza/pull/1660#discussion_r1228789636


##########
samza-azure/src/main/java/org/apache/samza/system/eventhub/consumer/EventHubSystemConsumer.java:
##########
@@ -280,13 +281,13 @@ private synchronized void initializeEventHubsManagers() {
         } else {
           // EventHub will return the first message AFTER the offset that was 
specified in the fetch request.
           // If no such offset exists Eventhub will return an error.
+          ReceiverOptions receiverOptions = new ReceiverOptions();
+          receiverOptions.setPrefetchCount(prefetchCount);

Review Comment:
   Value is used.



-- 
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: commits-unsubscr...@samza.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to