-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNS as Sink #2938
Comments
Support FIFO queues would be good. And it would require that we allow users to configure both the de-duplication Id and the message group Id. These should be configurable either as string literals or as variables within an event. The de-duplication Id can also be a random string by default, but users must be able to configure this. Here is an example. Say my events have a couple of properties - a "type" and an "id". I want any messages of the same type to be in order. So I'd like the type value for each event to define the message group Id. Then my deduplication Id is set to the "id" key.
The |
It also would be good to consider using the PublishBatch API to reduce the number of API calls. This API can accept up to 10 messages in a single call. Perhaps add a new parameter:
|
Is your feature request related to a problem? Please describe.
Pipeline users want to send message to an Amazon Simple Notification Service (SNS) topic.
Describe the solution you'd like
Create a new sink in Data Prepper which outputs data to topic using codec
Additional context
The text was updated successfully, but these errors were encountered: