From 44e454bb29c613baed977dce5abd98915871c4be Mon Sep 17 00:00:00 2001 From: Stephan Miehe <49914758+stephanmiehe@users.noreply.github.com> Date: Sat, 28 Oct 2023 20:05:18 -0700 Subject: [PATCH] Update EventProcessorOptions.xml --- .../EventProcessorOptions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/Azure.Messaging.EventHubs.Primitives/EventProcessorOptions.xml b/xml/Azure.Messaging.EventHubs.Primitives/EventProcessorOptions.xml index d3b8e9db31ec..45f5492bfaaa 100644 --- a/xml/Azure.Messaging.EventHubs.Primitives/EventProcessorOptions.xml +++ b/xml/Azure.Messaging.EventHubs.Primitives/EventProcessorOptions.xml @@ -320,7 +320,7 @@ The number of events that will be eagerly requested from the Event Hubs service and queued locally without regard to whether a read operation is currently active, intended to help maximize throughput by allowing events to be read from - from a local cache rather than waiting on a service request. + a local cache rather than waiting on a service request. The is a control that developers can use to help tune performance for the specific