daangn / kinesumer

A Go client implementing a client-side distributed consumer group client for Amazon Kinesis
Apache License 2.0
76 stars 6 forks source link

fix: hanging if error channel is full (#11) #13

Closed proost closed 2 years ago

proost commented 2 years ago

Solved: issue-11

Kinesumer occurs deadlock when errors don't be consumed properly.

So possibility of deadlock should be clarified in Errors function doc.