Xavier Geerinck
Xavier Geerinck
Hi all! Thanks for this amazing contribution, this makes it super clear on how to manage large projects as well as to define what should be in place at which...
**What content needs to be created or modified?** Currently while using a Dapr SDK in any language, it is hard to see which features of the Dapr sidecar it supports...
the ActorRuntime is calling DaprClient.create which is a static method and will return a created DaprClient object. However, when using `http` we need to re-use the connection each time rather...
## Describe the proposal We should have a test in place that pulls in the latest package and tries out a small test to ensure that the Typescript bindings can...
## Expected Behavior `lsof -i tcp -n -P ` should not show any daprd or node processes running once our app stops ## Actual Behavior Processes are not correctly closing....
## Describe the proposal Add support for actor reentrancy Needs to check if Node.js requires this seeing it's single threaded nature?
## Describe the proposal We should have best practices in the core of the SDK. People developing with it should have a speed-up in developer experience but also adhere to...
## Expected Behavior We should have a test describing actors saving and getting states
## Expected Behavior Tracing should be supported as described https://docs.dapr.io/developing-applications/building-blocks/observability/tracing-overview/#:~:text=Dapr%20uses%20the%20standard%20W3C,Dapr%20creates%20a%20new%20one.
## Describe the proposal 1. Prefix type names with T (e.g. THTTPStatusCode) 2. Adopt types where needed (e.g. Promise instead of Promise )