You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
Why are you submitting this feature request
Add a V3 version of Temporal which uses TemporalX instead of go-ipfs
Describe the solution you'd like
Instead of using go-ipfs, we will divert all calls to TemporalX nodes using the gRPC client.
Describe alternatives you've considered
N/A
Additional context
Previously we were going to have a V3 of Temporal which exposed a gRPC API. This was redesigned to become TemporalX, however there is still a lot of improvements that can be gained within Temporal by having it use TemporalX instead of go-ipfs.
Because Temporal is an open-source project, and TemporalX is a closed-source project, we shouldn't have V3 Temporal as the "default". The default will be kept as it is now, with the v2 version. This will enable users to decide what version is right for them.
We will leverage the gRPC bindings which are open-sourced to facilitate communication with TemporalX nodes.
The text was updated successfully, but these errors were encountered:
Why are you submitting this feature request
Add a V3 version of Temporal which uses TemporalX instead of go-ipfs
Describe the solution you'd like
Instead of using
go-ipfs
, we will divert all calls to TemporalX nodes using the gRPC client.Describe alternatives you've considered
N/A
Additional context
Previously we were going to have a V3 of Temporal which exposed a gRPC API. This was redesigned to become TemporalX, however there is still a lot of improvements that can be gained within Temporal by having it use TemporalX instead of
go-ipfs
.Because Temporal is an open-source project, and TemporalX is a closed-source project, we shouldn't have V3 Temporal as the "default". The default will be kept as it is now, with the v2 version. This will enable users to decide what version is right for them.
We will leverage the gRPC bindings which are open-sourced to facilitate communication with TemporalX nodes.
The text was updated successfully, but these errors were encountered: