Skip to content

Commit 8c7506b

Browse files
authored
NativeConnection powered Client (#1699)
Enables both Nexus handlers and activities to get a `Client` powered by the `NativeConnection` of the `Worker` they are run in.
1 parent 5ff22f0 commit 8c7506b

File tree

14 files changed

+860
-83
lines changed

14 files changed

+860
-83
lines changed

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core-bridge/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core-bridge/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ once_cell = "1.19"
3131
temporal-sdk-core = { version = "*", path = "./sdk-core/core", features = ["ephemeral-server"] }
3232
temporal-client = { version = "*", path = "./sdk-core/client" }
3333
tokio-stream = "0.1"
34+
tonic = "0.12"

0 commit comments

Comments
 (0)