0

When multiple consumers are reading from same shard in AWS Kinesis, when a consumer reads a message, is that message deleted and not accessible for other consumers?

I have multiple consumers for a kinesis shard, when the second consumer is making getRecords API calls, it is not getting any records.

Is there any configuration I need to change to get same data to all consumers?

abhinav
  • 527
  • 3
  • 11
  • 24
  • Multiple consumers can read the same messages, but `GetRecords` may not always return records. Showing your code might help you get better answers. – kdgregory Mar 06 '23 at 13:22

0 Answers0