rust-sdk icon indicating copy to clipboard operation
rust-sdk copied to clipboard

Tracking: API / Building block implementations

Open mikeee opened this issue 1 year ago โ€ข 4 comments

Building blocks:

  • ๐ŸŸข Service invocation
    • [x] Implementation
    • [x] Docs #126
    • [x] Validation/Example(s)
  • ๐ŸŸ  State management
    • [x] Implementation TBA
    • [x] Docs #126
    • [ ] Refactor/Add Methods TBA
    • [x] Validation/Example(s)
    • [x] Query #115
  • ๐ŸŸ  PubSub messaging
    • [x] Implementation
    • [x] Docs #126
    • [x] Macro(s) #87
    • [ ] Bulk Pub/Sub TBA
    • [x] Validation/Example(s)
  • ๐ŸŸ  Bindings
    • [x] Implementation TBA
    • [ ] Docs TBA
    • [ ] Macro(s) TBA
    • [x] Validation/Example(s)
  • ๐ŸŸ  Actors
    • [x] Implementation #99
    • [ ] Docs TBA
    • [x] Macro(s)
    • [ ] Add missing client methods TBA
    • [x] Validation/Example(s)
  • ๐ŸŸ  Secrets management ๐ŸŸ 
    • [x] Implementation
    • [ ] Docs TBA
    • [x] Bulk secret retrieval method #122
    • [x] Validation/Example(s)
  • ๐ŸŸ  Configuration ๐ŸŸ 
    • [x] Implementation TBA
    • [ ] Docs TBA
    • [x] Validation/Example(s)
  • ๐Ÿ”ด Distributed lock
    • [ ] Implementation #86
    • [ ] Docs TBA
    • [ ] Validation/Example(s) TBA
  • ๐Ÿ”ด Workflow
    • [ ] Implementation #142
    • [ ] Docs TBA
    • [ ] Validation/Example(s) TBA
  • ๐ŸŸ  Cryptography
    • [x] Implementation #133
    • [ ] Docs TBA
    • [x] Validation/Example(s) #133
  • ๐ŸŸ  Metadata
    • [x] Implementation
    • [ ] Docs TBA
    • [ ] Validation/Example(s) TBA
  • ๐ŸŸ Jobs
    • [x] Implementation
    • [ ] Docs
    • [x] Validation/Examples
  • ๐ŸŸ Conversation
    • [x] Implementation
    • [ ] Docs
    • [x] Validation/Examples

mikeee avatar Feb 23 '24 20:02 mikeee

@mikeee I got time this week to work on the workflow. I recommend breaking it into two PRs, one for the durabletask client in rust and the other for the dapr implementation.

zedgell avatar Mar 19 '24 02:03 zedgell

@zedgell - Indeed! Sounds like a plan, would you be able to open issues for these with outlines of what your planned implementation will cover?

mikeee avatar Mar 19 '24 09:03 mikeee

@zedgell - Indeed! Sounds like a plan, would you be able to open issues for these with outlines of what your planned implementation will cover?

@mikeee https://github.com/dapr/rust-sdk/issues/142

zedgell avatar Mar 19 '24 16:03 zedgell

This issue has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted) or other activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jun 23 '24 12:06 github-actions[bot]