We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4972811 commit 4267307Copy full SHA for 4267307
azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/PartitionReceiver.java
@@ -26,7 +26,7 @@ public interface PartitionReceiver {
26
27
int MINIMUM_PREFETCH_COUNT = 1;
28
int DEFAULT_PREFETCH_COUNT = 500;
29
- int MAXIMUM_PREFETCH_COUNT = 2000;
+ int MAXIMUM_PREFETCH_COUNT = 8000;
30
31
long NULL_EPOCH = 0;
32
@@ -141,4 +141,4 @@ default Iterable<EventData> receiveSync(final int maxEventCount) throws EventHub
141
CompletableFuture<Void> close();
142
143
void closeSync() throws EventHubException;
144
-}
+}
0 commit comments