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

Allow per-call ExceptionSerializer #1406

Open
TimMoore opened this issue Jun 26, 2018 · 0 comments
Open

Allow per-call ExceptionSerializer #1406

TimMoore opened this issue Jun 26, 2018 · 0 comments
Labels
help wanted Ready and waiting for a volunteer topic:service-api type:feature

Comments

@TimMoore
Copy link
Contributor

Many attributes of service calls can either be set globally at the service descriptor level, or specialized for each call in a service descriptor:

  • request serializer
  • response serializer
  • circuit breaker
  • auto-ACL

On the other hand, you can only configure a custom ExceptionSerializer (Java/Scala) globally for an entire service.

It would be useful to be able to configure a custom serializer for a specific call, falling back to the service-level custom serializer if there is one, or the Lagom default serializer otehrwise.

@TimMoore TimMoore added the help wanted Ready and waiting for a volunteer label Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Ready and waiting for a volunteer topic:service-api type:feature
Development

No branches or pull requests

2 participants