Updates state store table to include supported stores.
Adds a warning emoji to state stores which have workflow limitations.
Adds workflow limitation sections to the cosmosDB & dynamodb setup docs.
Signed-off-by: joshvanl <me@joshvanl.dev>
* docs: Support subsecond precision jobs and reminders
Signed-off-by: Javier Aliaga <javier@diagrid.io>
* Update daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-features-concepts.md
Co-authored-by: Josh van Leeuwen <me@joshvanl.dev>
Signed-off-by: Javier Aliaga <javier@diagrid.io>
* Update daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-features-concepts.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update daprdocs/content/en/developing-applications/building-blocks/actors/actors-timers-reminders.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-features-concepts.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
---------
Signed-off-by: Javier Aliaga <javier@diagrid.io>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Josh van Leeuwen <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
* Update actor state store docs to include strong consistency requirement
Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>
* Move consistency to independent sentence
Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>
---------
Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
* [1.16] Add docs on DAPR_UNSAFE_SKIP_CONTAINER_UID_GID_CHECK env var
Fixes https://github.com/dapr/docs/issues/4784
Signed-off-by: joshvanl <me@joshvanl.dev>
* Apply suggestions from code review
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
* Adds DAPR_UNSAFE_SKIP_CONTAINER_UID_GID_CHECK to environment reference
Signed-off-by: joshvanl <me@joshvanl.dev>
* Moved non-root execution section for Kubernetes
Moved the section on running Dapr services as non-root in Kubernetes, including environment variable configuration.
Signed-off-by: Mark Fussell <markfussell@gmail.com>
---------
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
* [1.16] Workflow: Multi App
Adds documentation for multi application workflows.
Adds examples for Go and Java (but only activities).
Adds a section on App ID identity which is referenced.
Part of https://github.com/dapr/docs/issues/4728
Signed-off-by: joshvanl <me@joshvanl.dev>
* Update security-concept.md
* Update security-concept.md
---------
Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
* Add docs for subscription retry mechanism
Signed-off-by: Albert Callarisa <albert@diagrid.io>
* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-overview.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
---------
Signed-off-by: Albert Callarisa <albert@diagrid.io>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
* Add docs for AWS Cloudmap name resolution
Signed-off-by: Jon Menzies-Smith <github@menzies-smith.co.uk>
* Add docs for Nameformat name resolution
Signed-off-by: Jon Menzies-Smith <github@menzies-smith.co.uk>
* Apply suggestions from code review
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Jon Menzies-Smith <github@menzies-smith.co.uk>
* Updates from PR
Signed-off-by: Jon Menzies-Smith <github@menzies-smith.co.uk>
* Update daprdocs/content/en/reference/components-reference/supported-name-resolution/nr-awscloudmap.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
---------
Signed-off-by: Jon Menzies-Smith <github@menzies-smith.co.uk>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
* compensation pattern docs
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
* tweak call activity
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
* Update tabpane and tab shortcode
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
* Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-patterns.md
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
* Add a text description of the compensation workflow and include the link to the diagram
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
* Refine comments for error handling and compensation
Added comments for compensating logic
Signed-off-by: Mark Fussell <markfussell@gmail.com>
---------
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
The Go SDK workflow wrapper over durabletask-go is to be deprecated, in
favour of using the durabletask-go client directly. The Go SDK wrapper
is unnecessary indirection, and prevents some features from being used
by the user.
Signed-off-by: joshvanl <me@joshvanl.dev>
* [1.16] Adds not about new SA headers
Adds docs on Service Invocation app ID & namespace headers.
Fixes https://github.com/dapr/docs/issues/4816
Signed-off-by: joshvanl <me@joshvanl.dev>
* Fixes the headers in the service invocation calls
Signed-off-by: joshvanl <me@joshvanl.dev>
---------
Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
* [1.16] Adds secret_stores/huaweicloud-csms.yaml
Adds secret_stores/huaweicloud-csms.yaml file to index this secret store
to the secret store referemce index.html
*** PLEASE CHECK RENDERING ***
Due to my local hugo build not working, I cannot check the rendering of
this file.
Signed-off-by: joshvanl <me@joshvanl.dev>
* Fixes huawaeicloud secret store component metadata
Signed-off-by: joshvanl <me@joshvanl.dev>
* Fix link
Signed-off-by: joshvanl <me@joshvanl.dev>
---------
Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
* docs(bindings/aws.kinesis): document new metadata for custom endpoint support e.g. LocalStack (see components-contrib#3931)
Signed-off-by: swatimodi-scout <swati.modi@scoutmotors.com>
* docs(bindings/aws.kinesis): document new metadata for custom endpoint support e.g. LocalStack (see components-contrib#3931)
Signed-off-by: swatimodi-scout <swati.modi@scoutmotors.com>
* Resolved conflicts
Signed-off-by: swatimodi-scout <swati.modi@scoutmotors.com>
* Added suggestions given by msfussell
Signed-off-by: swatimodi-scout <swati.modi@scoutmotors.com>
---------
Signed-off-by: swatimodi-scout <swati.modi@scoutmotors.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
* Document `excludeMetaHeaderRegex` kafka pubsub configuration
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
* small adjustments
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
* small adjustments.
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
---------
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>