temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
278 stars 77 forks source link

Separate activations for queries #603

Closed Sushisource closed 1 year ago

Sushisource commented 1 year ago

What was changed

Queries now always go in their own activation

Why?

We agreed this is the most reasonable way to disambiguate the is_replaying flag.

Checklist

  1. Closes https://github.com/temporalio/sdk-core/issues/600

  2. How was this tested: Existing / new tests

  3. Any docs updates needed?