Skip to content
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

Implement realtime trigger for sqs #433

Merged
merged 5 commits into from
May 14, 2024

Conversation

iNikitaGricenko
Copy link
Contributor

What changes are being made and why?

  • Implemented Consume stream method (async method)
  • Implemented Realtime Trigger
  • Added test for Realtime Trigger
  • Changed tests for Triggers

triggers:
  - id: watch
    type: io.kestra.plugin.aws.sqs.RealtimeTrigger
    endpointOverride: "http://127.0.0.1:4566"
    queueUrl: "http://127.0.0.1:4566/000000000000/test-queue"
    region: "us-east-1"
    accessKeyId: "accesskey"
    secretKeyId: "secretkey"

@iNikitaGricenko iNikitaGricenko changed the title Sqs realtime Implement realtime trigger for saws qs May 5, 2024
@iNikitaGricenko iNikitaGricenko changed the title Implement realtime trigger for saws qs Implement realtime trigger for sqs May 5, 2024
Copy link
Member

@loicmathieu loicmathieu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@loicmathieu loicmathieu merged commit 1a851f7 into kestra-io:master May 14, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants