Is your feature request related to a problem?
SNS API supports the FIfoThroughputScope attribute, but SNS ACK controller doesn't support it yet. Requesting it be added for an important AWS customer.
FifoThroughputScope – Enables higher throughput for your FIFO topic by adjusting the scope of deduplication. This attribute has two possible values:
Topic – The scope of message deduplication is across the entire topic. This is the default value and maintains existing behavior, with a maximum throughput of 3000 messages per second or 20MB per second, whichever comes first.
MessageGroup – The scope of deduplication is within each individual message group, which enables higher throughput per topic subject to regional quotas. For more information on quotas or to request an increase, see Amazon SNS service quotas in the Amazon Web Services General Reference.
Describe the solution you'd like
Add support in SNS ACK Controller for this attribute.
Describe alternatives you've considered
None
Is your feature request related to a problem?
SNS API supports the FIfoThroughputScope attribute, but SNS ACK controller doesn't support it yet. Requesting it be added for an important AWS customer.
FifoThroughputScope – Enables higher throughput for your FIFO topic by adjusting the scope of deduplication. This attribute has two possible values:
Topic – The scope of message deduplication is across the entire topic. This is the default value and maintains existing behavior, with a maximum throughput of 3000 messages per second or 20MB per second, whichever comes first.
MessageGroup – The scope of deduplication is within each individual message group, which enables higher throughput per topic subject to regional quotas. For more information on quotas or to request an increase, see Amazon SNS service quotas in the Amazon Web Services General Reference.
Describe the solution you'd like
Add support in SNS ACK Controller for this attribute.
Describe alternatives you've considered
None