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

Stream Output Error Handling Improvement #125

Merged
merged 6 commits into from Jul 11, 2023
Merged

Conversation

hiimjako
Copy link
Contributor

Pull Request Type

  • Bugfix

Description

Currently, the stream output is validated according to the collection schema. However, if a document is not valid, the service crashes as there is no error handling in the output pipeline stream. This PR aims to address this issue by handling the error closing the stream (giving socketError), thereby preventing the CRUD service from crashing.

PR Checklist

  • The commit message follows our guidelines included in the CONTRIBUTING.md
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@hiimjako hiimjako requested a review from danibix95 July 10, 2023 09:41
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
lib/httpInterface.js Show resolved Hide resolved
lib/httpInterface.js Show resolved Hide resolved
lib/httpInterface.js Show resolved Hide resolved
hiimjako and others added 2 commits July 10, 2023 12:56
Co-authored-by: Daniele Bissoli <danibix95@users.noreply.github.com>
Copy link
Collaborator

@danibix95 danibix95 left a comment

Choose a reason for hiding this comment

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

Could you please update the changelog explaining what has carried out in this and previous PR?

@danibix95 danibix95 merged commit 258ec4a into main Jul 11, 2023
8 checks passed
@danibix95 danibix95 deleted the fix/stream-validation branch July 11, 2023 12:42
hiimjako added a commit to hiimjako/crud-service that referenced this pull request Jul 11, 2023
* 6.8.0-rc.0

* fix(core): handle validation error on stream

* 6.8.0-rc.1

* Documentation fix

Co-authored-by: Daniele Bissoli <danibix95@users.noreply.github.com>

* docs(core): removed comments

* docs: update changelog

---------

Co-authored-by: Daniele Bissoli <danibix95@users.noreply.github.com>
hiimjako added a commit to hiimjako/crud-service that referenced this pull request Jul 11, 2023
* 6.8.0-rc.0

* fix(core): handle validation error on stream

* 6.8.0-rc.1

* Documentation fix

Co-authored-by: Daniele Bissoli <danibix95@users.noreply.github.com>

* docs(core): removed comments

* docs: update changelog

---------

Co-authored-by: Daniele Bissoli <danibix95@users.noreply.github.com>
danibix95 added a commit that referenced this pull request Jul 11, 2023
* fix: improve stream output error handling (#125)

* 6.8.0-rc.0

* fix(core): handle validation error on stream

* 6.8.0-rc.1

* Documentation fix

Co-authored-by: Daniele Bissoli <danibix95@users.noreply.github.com>

* docs(core): removed comments

* docs: update changelog

---------

Co-authored-by: Daniele Bissoli <danibix95@users.noreply.github.com>

* feat(core): make output validation optional

* docs(core): changelog.md

* perf(core): create ajv output validator on startup

---------

Co-authored-by: Daniele Bissoli <danibix95@users.noreply.github.com>
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