Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit b8240cf

Browse files
etspacemanmarkglh
authored andcommitted
New conf represented in reference.conf (#71)
1 parent 91ebe33 commit b8240cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/resources/reference.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,14 @@ kinesis {
720720
# Default: not set
721721
#ignoreUnexpectedChildShards = false
722722

723+
# The sleep time between two listShards calls from the proxy when throttled.
724+
# Default: 1500
725+
#listShardsBackoffTimeInMillis = 1500
726+
727+
# The number of times the Proxy will retry listShards call when throttled.
728+
# Default: 50
729+
#maxListShardsRetryAttempts = 50
730+
723731
}
724732
}
725733
}

0 commit comments

Comments
 (0)