This PR (microsoft/durabletask-dotnet#370) adds support for history event streaming, which is a mechanism intended to unblock scenarios where the size of the orchestration instance history exceeds the gRPC message size limit. It assumes that the backend service that implements the gRPC protocol supports a newly added supportsHistoryStreaming feature. The corresponding protobuf change is here: microsoft/durabletask-protobuf#30.
please implement support for history event streaming in durabletask-java