Kinesis enhanced fanout latency issue. #3115
|
I am using AWS SDK for C++ to develop a consumer for Kinesis Data Streams with enhanced fanout enabled. I'm utilizing What I’ve noticed is that records are delivered to the event handler in batches. It appears the SDK waits until either a certain number of records have been received or a specific time threshold has passed before pushing the batch to the handler. For instance, when the producer sends a single record (a simple JSON with two string fields), it takes about 150 seconds to be processed by the event stream handler on the consumer side. Furthermore, reviewing the AWS logs, I see that the SDK Version: 1.11.389 |
Replies: 2 comments
|
Hello @sohaib-rasool This is the duplicate of the this issue. Thanks |
|
Hello! Reopening this discussion to make it searchable. |
Hello @sohaib-rasool
This is the duplicate of the this issue.
Please follow there for updates.
Thanks
Bhavya