akka / akka-grpc

A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.
https://doc.akka.io/libraries/akka-grpc/current/
Other
431 stars 124 forks source link

fix: Java API for rich errors was not usable from Java #1937

Closed johanandren closed 6 months ago

johanandren commented 6 months ago

We were accepting the ScalaPB generated top message type in the Java API which likely means no Java project could ever use the detailed errors.

This breaks binary and source compatibility but since it is unlikely that anyone could really make use of the API I think that is fine.