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