You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Kinesis consumer (harlow/kinesis-consumer) is exhibiting a recursive loop behavior in shard discovery and iterator retrieval. The application repeatedly attempts to get shard iterators and scan shards, suggesting either a deadlock in shard management or an issue with stream state handling.
Description
The Kinesis consumer (harlow/kinesis-consumer) is exhibiting a recursive loop behavior in shard discovery and iterator retrieval. The application repeatedly attempts to get shard iterators and scan shards, suggesting either a deadlock in shard management or an issue with stream state handling.
Environment Details
Stack Trace Analysis
The application shows a recursive pattern in goroutine 19, with multiple identical sequences:
Primary Call Path:
The text was updated successfully, but these errors were encountered: