Open sohaib-rasool opened 1 month ago
Can you provide a minimal reproduction sample that follows the steps you listed above?
I've attached the consumer code. This code does not throw any exception or set any error in subscribeOutcome. Its just that the handler is invoked with significant delay which is explained above. Producer is pretty straightforward which works fine with other consumers.
@jmklix Any updates on this. And do let me know if you need anything else.
Are there any updates on this?
Describe the bug
When using aws-sdk-cpp to subscribe to a Kinesis stream with enhanced fanout via the SubscribeToShard() method, the SetEventStreamHandler() callback is invoked with noticeable delays, and data is received in batches instead of real-time. This causes inefficient processing of the stream data, leading to potential performance issues, especially in low-latency or real-time systems.stream data processing
Expected Behavior
Current Behavior
Reproduction Steps
Possible Solution
No response
Additional Information/Context
AWS CPP SDK version used
1.11.389
Compiler and Version used
gcc 11.4.0
Operating System and version
Ubuntu 22.04