We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
VERSION_WAIT_FOR_MARKER
1 parent 1cf683a commit 3154a78Copy full SHA for 3154a78
1 file changed
temporal-sdk/src/main/java/io/temporal/internal/common/SdkFlag.java
@@ -26,6 +26,12 @@ public enum SdkFlag {
26
/*
27
* Changes replay behavior of GetVersion to wait for the matching marker event before executing
28
* the callback.
29
+ *
30
+ * Introduced: 1.34.0
31
32
+ * Enabled: (pending)
33
34
+ * Bug: https://github.com/temporalio/sdk-java/issues/2796
35
*/
36
VERSION_WAIT_FOR_MARKER(5),
37
UNKNOWN(Integer.MAX_VALUE);
0 commit comments