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

Fix the ListenTaskExecutor, which did not work anymore without streaming #489

Merged
merged 2 commits into from
Jan 30, 2025

Conversation

cdavernas
Copy link
Member

Many thanks for submitting your Pull Request ❤️!

What this PR does / why we need it:

  • Fixed the ListenTaskExecutor, which did not work anymore without streaming, due to an invalid condition check
  • Fixed the ListenTaskExecutor, which failed to read the content of events when the ListenTask's Read property was not set.
  • Fixed the ListenTaskExecutor, which was reading the payload of CloudEvents, even when the ListenTask's Read property was set to envelope

…re without streaming, due to an invalid condition check

fix(Runner): Fixed the `ListenTaskExecutor`, which failed to read the content of events when the `ListenTask`'s `Read` property was not set.
fix(Runner): Fixed the `ListenTaskExecutor`, which was reading the payload of CloudEvents, even when the `ListenTask`'s `Read` property was set to `envelope`

Signed-off-by: Charles d'Avernas <[email protected]>
@cdavernas cdavernas added priority: high Indicates a high priority issue weight: 2 An issue with a low development impact app: runner Concerns the Runner type: fix labels Jan 30, 2025
@cdavernas cdavernas added this to the v1.0.0 milestone Jan 30, 2025
@cdavernas cdavernas self-assigned this Jan 30, 2025
@cdavernas cdavernas merged commit b451093 into main Jan 30, 2025
2 checks passed
@cdavernas cdavernas deleted the fix-listen-task branch January 30, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app: runner Concerns the Runner priority: high Indicates a high priority issue type: fix weight: 2 An issue with a low development impact
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant