Skip to content

Commit b36fe95

Browse files
jsquireggailey777
andauthored
Update includes/functions-bindings-event-hubs.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 79af0db commit b36fe95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-bindings-event-hubs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The [host.json](../articles/azure-functions/functions-host-json.md#eventhub) fil
165165
| clientRetryOptions/maximumDelay | 00:00:01 | The maximum delay to allow between retry attempts. |
166166
| clientRetryOptions/maximumRetries | 3 | The maximum number of retry attempts before considering the associated operation to have failed.|
167167

168-
<sup>1</sup> Support for a minimum batch size and scale thresholds begins with [v5.3.0](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.EventHubs/5.3.0) of the `Microsoft.Azure.WebJobs.Extensions.EventHubs` package.
168+
<sup>1</sup> Using `minEventBatchSize` and `maxWaitTime` requires [v5.3.0](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.EventHubs/5.3.0) of the `Microsoft.Azure.WebJobs.Extensions.EventHubs` package, or a later version.
169169

170170
The `clientRetryOptions` are used to retry operations between the Functions host and Event Hubs (such as fetching events and sending events). Refer to guidance on [Azure Functions error handling and retries](../articles/azure-functions/functions-bindings-error-pages.md#retries) for information on applying retry policies to individual functions.
171171

0 commit comments

Comments
 (0)