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

Update to Error handling section with function-based error handlers #214

Merged
merged 1 commit into from
Oct 12, 2022
Merged

Conversation

gvensan
Copy link
Contributor

@gvensan gvensan commented Oct 4, 2022

Updated error handling section of the beyong basics spring cloud stream codelab.

@solacecommunity-bot
Copy link
Collaborator

Thanks for opening up a PR and contributing to our open source codelabs!

Review process Guidelines

Once the PR is opened, tag at least one Technical Reviewer

Technical Reviewer Responsibilities

  • Dry-run technical steps
  • Review technical positioning/messaging
  • Point out typos and potential formatting issues
  • Technical Reviewer(s): "Approve" or "Request Changes" by navigating to the Files changed tab and click on the "Review Changes" drop down
    Review Changes button

Post Technical Review

A member of the Developer Advocate Team will review overall structure and merge into master which will push it to production

@github-actions
Copy link

github-actions bot commented Oct 4, 2022

@Mrc0113 Mrc0113 self-requested a review October 12, 2022 12:53
java.lang.IllegalStateException: true
```

Here is an example of binding-specific error handler function. If your binding specific error handler exits successfully then the binder will acknowledge/accept the message back to the broker, if an exception is thrown then the binder error handling process will kick in. Note that if you are using Client/Manual acknowledgements you can also use them in the binding specific error handler. **[NOTE: This point is questionable]**
Copy link
Collaborator

Choose a reason for hiding this comment

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

I opened #215 to revisit this once we know for sure.

@Mrc0113 Mrc0113 merged commit ad56596 into SolaceDev:master Oct 12, 2022
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.

3 participants