Skip to content

Commit

Permalink
AWS SQS Source Kamelet: Add greedy parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Oct 6, 2022
1 parent d7e6ea2 commit 8d5d929
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@ spec:
description: The number of milliseconds before the next poll of the selected stream
type: integer
default: 500
greedy:
title: Greedy Scheduler
description: If greedy is enabled, then the polling will happen immediately again, if the previous run polled 1 or more messages.
type: boolean
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: false
dependencies:
- "camel:aws2-sqs"
- "camel:kamelet"
Expand All @@ -146,6 +153,7 @@ spec:
useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
uriEndpointOverride: "{{?uriEndpointOverride}}"
overrideEndpoint: "{{overrideEndpoint}}"
delay: "{{delay}}"
delay: "{{delay}}"
greedy: "{{greedy}}"
steps:
- to: "kamelet:sink"

0 comments on commit 8d5d929

Please sign in to comment.