Topic 1 Question 149
2 つ選択A company is building an inventory management system and an inventory reordering system to automatically reorder products. Both systems use Amazon Kinesis Data Streams. The inventory management system uses the Amazon Kinesis Producer Library (KPL) to publish data to a stream. The inventory reordering system uses the Amazon Kinesis Client Library (KCL) to consume data from the stream. The company configures the stream to scale up and down as needed.
Before the company deploys the systems to production, the company discovers that the inventory reordering system received duplicated data.
Which factors could have caused the reordering system to receive duplicated data?
The producer experienced network-related timeouts.
The stream’s value for the IteratorAgeMilliseconds metric was too high.
There was a change in the number of shards, record processors, or both.
The AggregationEnabled configuration property was set to true.
The max_records configuration property was set to a number that was too high.
ユーザの投票
コメント(2)
Answer is AC https://docs.aws.amazon.com/streams/latest/dev/kinesis-record-processor-duplicates.html Consumer can add duplicates due to network timeouts. Producer can consume duplicates due to shards and record processor related changes.
👍 40c2d8402024/10/27- 正解だと思う選択肢: AC👍 4michele_scar2024/11/15
シャッフルモード