documentation
documentation copied to clipboard
[Feature Request] advanced docs on using Rust Core SDK
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
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-mapsfor those runningnodeon alib/distdir - Rust toolkit explanation
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
Let's document the different core options and setting up otel / metrics / logging in both core and typescript.
We should show an example of how to set up statsd for metrics as requested here: https://github.com/temporalio/sdk-typescript/issues/327
@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?
sorry for delay - this task is for @bergundy to do, not for docs team
Closing since this is handled in new docs + SDK feature matrix.