From b8240cf2229c55d6fc2dcbd77c9943c03a42ecbd Mon Sep 17 00:00:00 2001 From: Eric Meisel Date: Thu, 14 Feb 2019 09:02:41 -0600 Subject: [PATCH] New conf represented in reference.conf (#71) --- src/main/resources/reference.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/reference.conf b/src/main/resources/reference.conf index 1fc1862..1dc06ac 100644 --- a/src/main/resources/reference.conf +++ b/src/main/resources/reference.conf @@ -720,6 +720,14 @@ kinesis { # Default: not set #ignoreUnexpectedChildShards = false + # The sleep time between two listShards calls from the proxy when throttled. + # Default: 1500 + #listShardsBackoffTimeInMillis = 1500 + + # The number of times the Proxy will retry listShards call when throttled. + # Default: 50 + #maxListShardsRetryAttempts = 50 + } } }