microsoft / microsoft/durabletask-java
Add support for history streaming
Nessuno ha ancora preso questa issue.
- Lingua principale
- Java
- Stelle
- 29
- Fork
- 18
- Merge medio
- 1g 10h
- PR unite (30g)
- 2
Descrizione
This PR (https://github.com/microsoft/durabletask-dotnet/pull/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: https://github.com/microsoft/durabletask-protobuf/pull/30.
please implement support for history event streaming in durabletask-java
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.