-
Notifications
You must be signed in to change notification settings - Fork 313
Support SQS as a Source #1049
Copy link
Copy link
Closed
Labels
plugin - sourceA plugin to receive data from a service or location.A plugin to receive data from a service or location.
Milestone
Description
log-pipeline:
source:
sqs:
queues:
- url: "https://sqs.us-east-1.amazonaws.com/myQueue1"
polling_frequency: 5m
batch_size: 10
number_of_threads: 2
- urls: "https://sqs.us-east-1.amazonaws.com/myQueue2"
polling_frequency: 1m
batch_size: 10
number_of_threads: 3
The data from the queue will be sent to the buffer as:
{
"message" : "{messageBody}"
}
It should also include queue metadata:
{
"queueUrl" : "https://sqs.us-east-1.amazonaws.com/myQueue1",
"sentTimestamp" : 1720679777
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
plugin - sourceA plugin to receive data from a service or location.A plugin to receive data from a service or location.
Type
Projects
Status
Done
Status
No status