-
Notifications
You must be signed in to change notification settings - Fork 149
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
Added a new until
property to any
event consumption strategies
#997
Added a new until
property to any
event consumption strategies
#997
Conversation
Signed-off-by: Charles d'Avernas <[email protected]>
@matthias-pichler Any suggestion on how to achieve the following in a brief, concise fashion?
|
Hmm we could do it with until:
oneOf:
- type: string
- allOf:
- $ref: #/$defs/eventConsumptionStrategy
- type: object
properties:
until: false |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Signed-off-by: Charles d'Avernas <[email protected]>
Please specify parts of this PR update:
Discussion or Issue link:
Closes #992
What this PR does:
Added a new
until
property toany
event consumption strategiesAdditional information:
We need to find a smart way to forbid an
until
event consumption strategy to itself define theuntil
property.