Skip to content

Conversation

cgillum
Copy link
Member

@cgillum cgillum commented Jan 28, 2025

This PR 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.

This PR also removes our use of submodules and replaces it with a script that downloads the latest protobuf files locally. This is to make the management of the protobuf files easier and more maintainable.

Add support for history streaming.
@cgillum cgillum marked this pull request as ready for review January 29, 2025 01:02
@cgillum cgillum requested a review from YunchuWang January 29, 2025 20:48
@cgillum cgillum merged commit 5676d0c into main Jan 30, 2025
4 checks passed
@cgillum cgillum deleted the cgillum/update-protos branch January 30, 2025 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants