qubole / kinesis-sql

Kinesis Connector for Structured Streaming
http://www.qubole.com
Apache License 2.0
137 stars 80 forks source link

client execution timeout configuration parameter #103

Open gaborbarna opened 2 years ago

gaborbarna commented 2 years ago

From AWS SDK doc:

This timeout covers the entire client execution except for marshalling. This includes request handler execution, all HTTP request including retries, unmarshalling, etc. ... A non-positive value disables this feature.

https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/ClientConfiguration.html#getClientExecutionTimeout--

gaborbarna commented 2 years ago

@itsvikramagr Can you please take a look at this?