Skip to content

Commit 8d2cadc

Browse files
authored
Merge pull request #289947 from axisc/patch-1
Update retries recommendation for librdkafka
2 parents 6b1dd90 + ff9e5e1 commit 8d2cadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/apache-kafka-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Property | Recommended Values | Permitted Range | Notes
5454

5555
Property | Recommended Values | Permitted Range | Notes
5656
---|---:|-----:|---
57-
`retries` | 2 | | Default is 2147483647.
57+
`retries` | > 0 | | Default is 2147483647.
5858
`request.timeout.ms` | 30000 .. 60000 | > 20000| Event Hubs will internally default to a minimum of 20,000 ms. `librdkafka` default value is 5000, which can be problematic. *While requests with lower timeout values are accepted, client behavior isn't guaranteed.*
5959
`partitioner` | `consistent_random` | See librdkafka documentation | `consistent_random` is default and best. Empty and null keys are handled ideally for most cases.
6060
`compression.codec` | `none` || Compression currently not supported.

0 commit comments

Comments
 (0)