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

Commit

Permalink
New conf represented in reference.conf (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
etspaceman authored and markglh committed Feb 14, 2019
1 parent 91ebe33 commit b8240cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

}
}
}

0 comments on commit b8240cf

Please sign in to comment.