temporalio / sdk-java

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

Fix issue with isReplaying causing direct query to spam logs #2087

Closed Quinn-With-Two-Ns closed 4 months ago

Quinn-With-Two-Ns commented 4 months ago

Fix issue with isReplaying causing direct query to spam logs. When we are grouping events there is an edge case where the last event is also ending a workflow task.

closes https://github.com/temporalio/sdk-java/issues/2076