amazon web services - KCL consumer missing records -
i observe there records present in kinesis stream have not been received kcl consumer application. reasons happen? records before , after coming fine.
all exceptions consumed in application , not received kcl. case of http://docs.aws.amazon.com/streams/latest/dev/troubleshooting-consumers.html#w1ab1c11c11c15b9 not happening either.
some details: number of open shards: 4 number of closed shards: 3 number of workers running: 5
i fetched sequence number kinesis producer , directly fetched records using at_sequence_number shard iterator type in aws cli , can see these records.
so stream has them kcl application has not received them.
Comments
Post a Comment