When will History size and “should continue as new” be added to the Java SDK?
Currently, there is only getHistoryLength()
, which is not enough for shouldContinueAsNew()
.
Is there any way to achieve Continue-As-New when the Event History reaches the maximum limit in terms of quantity and size in Java?
This feature has been added to SDK, see here. Will be part of the next SDK release (no ETA on that as of yet).