Skip to content

A Durable Task Rust SDK compatible with Dapr Workflow and its underlying Durable Task engine

Notifications You must be signed in to change notification settings

h7kanna/durabletask-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DurableTask Rust

License: MIT

WIP implementation of DurableTask Rust SDK for Dapr SDK

Examples

dapr init
dapr run --app-id myapp --dapr-http-port 3500 --dapr-grpc-port 3501

Postgres

docker run -p 5432:5432 -e POSTGRES_PASSWORD=example postgres
dapr run --app-id denote --dapr-http-port 3500 --dapr-grpc-port 3501 --resources-path components
cargo run --example activity_sequence --features tracing-subscriber
cargo run --example external_events --features tracing-subscriber
cargo run --example parallel --features tracing-subscriber
cargo run --example terminate_test --features tracing-subscriber

Test

cargo test test_context -- --nocapture

About

A Durable Task Rust SDK compatible with Dapr Workflow and its underlying Durable Task engine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages