temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
200 stars 134 forks source link

Wrap GRPC::CANCELED and DEADLINE_EXCEEDED in an SDK Timeout exception for Update #2069

Open drewhoskins-temporal opened 1 month ago

drewhoskins-temporal commented 1 month ago

So that users only have to catch one predictable exception

cretz commented 3 weeks ago

See https://github.com/temporalio/features/issues/483#issuecomment-2150832036 for implementation details