Skip to content

Commit 8b1a58f

Browse files
committed
Updating Kafka troublshooting guide
1 parent fbdfcd7 commit 8b1a58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/apache-kafka-troubleshooting-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You may receive Server Busy exception because of Kafka throttling. With AMQP cli
1313

1414
If the traffic is excessive, the service has the following behavior:
1515

16-
- If produce request's delay exceeds request timeout, Event Hubs returns **Policy Violation** error code.
16+
- If produce request's delay exceeds request timeout(*request.timeout.ms*), Event Hubs returns **Policy Violation** error code.
1717
- If fetch request's delay exceeds request timeout, Event Hubs logs the request as throttled and responds with empty set of records and no error code.
1818

1919
[Dedicated clusters](event-hubs-dedicated-overview.md) don't have throttling mechanisms. You're free to consume all of your cluster resources.

0 commit comments

Comments
 (0)