Connections and Requests

Connections and Requests

General

Connection Timeout (ms)

This applies to kafka and kinesis connections but is also used when Kadeck nodes talk to each other. It's possible that in slow networks and with a lot of data coming from the brokers that 60 secs might not be sufficient. Adjust accordingly.

Data Fetch Timeout (ms) (Currently not in use)

While the above is mostly about connecting, this one is about transferring record data from the broker.

Poll Timeout (ms)

Max time waited by the client to the broker until it gives up trying to poll "Data Poll Max Record (see below)" number of records.

Kinesis 

Shard Recurring Polling Delay (ms)

At which interval does the client poll the broker for data.

Streams Cache (secs) (Currently not in use)

This setting allowed to set a TTL to the cache of streams returned by Kinesis. Until the TTL elapses, loading the list of streams will return the value cached.