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

Improve consequest count mismatch error behaviour #787

Open
therealryan opened this issue Apr 11, 2024 · 1 comment
Open

Improve consequest count mismatch error behaviour #787

therealryan opened this issue Apr 11, 2024 · 1 comment
Labels
enhancement New feature or request java Pull requests that update Java code

Comments

@therealryan
Copy link
Collaborator

When the model expects a different number of downstream requests than are encountered, we throw an error.
The way that the error seems to stop the population of other captured data into the report.

We should find a way to defer raising the error until flow processing is complete.

@therealryan therealryan added enhancement New feature or request java Pull requests that update Java code labels Apr 11, 2024
@therealryan
Copy link
Collaborator Author

Related issue: it looks like, while we get an error is we capture an unexpected number of request, no error is raised if the expected number of requests is zero.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java Pull requests that update Java code
Projects
None yet
Development

No branches or pull requests

1 participant