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

Commit

Permalink
Merge pull request #15 from WW-Digital/feature/PortConfigIgnored
Browse files Browse the repository at this point in the history
fix Kinesis Endpoint,Port values
  • Loading branch information
agaro1121 authored Aug 14, 2017
2 parents b8193df + 68fa127 commit 8e2cea7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ kinesis {
# connects with TLS.
#
# Expected pattern: ^([A-Za-z0-9-\\.]+)?$
# CustomEndpoint =
# KinesisEndpoint =

# If true, throttled puts are not retried. The records that got throttled
# will be failed immediately upon receiving the throttling error. This is
Expand Down Expand Up @@ -236,12 +236,12 @@ kinesis {
# Maximum (inclusive): 16
MinConnections = 1

# Server port to connect to. Only useful with custom_endpoint.
# Server port to connect to. Only useful with KinesisEndpoint.
#
# Default: 443
# Minimum: 1
# Maximum (inclusive): 65535
Port = 443
KinesisPort = 443

# Limits the maximum allowed put rate for a shard, as a percentage of the
# backend limits.
Expand Down

0 comments on commit 8e2cea7

Please sign in to comment.