Swaranga Sarma
Swaranga Sarma
Currently there doesn't seem to be any way in which I can specify a SOCKS proxy to be applied in the Http client while attempting to connect to the presto...
We are using the KCL 2.0 to utilize the enhanced fan-out feature to consume a Kinesis stream but we see the application not being able to shutdown gracefully. The ShardRecordProcessor...
Is there a comprehensive list of permissions required by the KCL 2.0 enhanced consumer app. I know my resource names exactly (stream name, consumer name, DDB checkpoint table name) so...
We are running a Java Kinesis consumer application using KCL 2.0 (enhanced consumer). Can you please tell us the the threading model of the KCL 2.0 library? Specifically: * Is...
If an SDK calls throws an exception (Http timeout, Resource not found exception), it would be useful to capture that as part of the `ApiCallAttempt` metrics collection. Especially for an...
Today, if a call encounters Http timeout, the metric does not include how much time was spent in that particular attempt. Given that SDK metrics are really to debug such...
Today, when I use the low level `DynamoDBClient` or `DynamoDBAsyncClient`, I can attach a `MetricsPublisher` to the underlying `GetItemRequest`, `PutItemRequest` etc. However if I decide to use the DynamoDBEnhancedClient or...