documentation icon indicating copy to clipboard operation
documentation copied to clipboard

[Feature Request] advanced docs on using Rust Core SDK

Open swyxio opened this issue 4 years ago • 6 comments

Is your feature request related to a problem? Please describe.

as discussed with Roey who wantd to have an advanced page for this

also: we can explain how to work directly with node / ts-node / nodemon

swyxio avatar Oct 12 '21 08:10 swyxio

Migrating from #689:

[Feature Request] Add Node Build page

  • Explanation of our recommended tsconfig/ts-node/nodemon config, used in hello-world
  • Explanation of ESM alternative: fetch-esm
  • Recommend using --enable-source-maps for those running node on a lib/dist dir
  • Rust toolkit explanation

lorensr avatar Oct 15 '21 21:10 lorensr

We should also explain how to increase processing capabilities in deployment such as running activities in a thread pool and using the cluster module to spawn multiple worker processes

bergundy avatar Oct 19 '21 17:10 bergundy

Let's document the different core options and setting up otel / metrics / logging in both core and typescript.

bergundy avatar Oct 21 '21 20:10 bergundy

We should show an example of how to set up statsd for metrics as requested here: https://github.com/temporalio/sdk-typescript/issues/327

bergundy avatar Nov 02 '21 02:11 bergundy

@sw-yx @lorensr @bergundy can you all detail some specifics here? Is there a way we can break this down into some more concrete asks? Do you have any drafted content we can look at to help us understand the needs?

flossypurse avatar Jan 14 '22 20:01 flossypurse

sorry for delay - this task is for @bergundy to do, not for docs team

swyxio avatar Jan 24 '22 20:01 swyxio

Closing since this is handled in new docs + SDK feature matrix.

axfelix avatar Oct 11 '23 20:10 axfelix