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

Define messaging-level error handling #38

Open
gnarea opened this issue Feb 14, 2020 · 0 comments
Open

Define messaging-level error handling #38

gnarea opened this issue Feb 14, 2020 · 0 comments
Labels

Comments

@gnarea
Copy link
Member

gnarea commented Feb 14, 2020

Or more specifically, define error handling in endpoint and gateway messaging channels. The service provider should always be fully responsible for the error handling in its channel.

There are a number of things that could go wrong at this level. For example:

  • The sender might've used a channel session key that isn't recognised (it could've already expired).
  • The recipient may not recognise the type of service message encapsulated in a parcel.

This is known as invalid message channel in async messaging.

See also #37.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant