Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actor reminder partition as stable feature. #2517

Merged
merged 7 commits into from
Jun 14, 2022

Conversation

artursouza
Copy link
Member

Signed-off-by: Artur Souza artursouza.ms@outlook.com

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • Read the contribution guide
  • Commands include options for Linux, MacOS, and Windows within codetabs
  • New file and folder names are globally unique
  • Page references use shortcodes instead of markdown or URL links
  • Images use HTML style and have alternative text
  • Places where multiple code/command options are given have codetabs

In addition, please fill out the following to help reviewers understand this pull request:

Description

Actor type metadata and actor partitioning is now stable.

Issue reference

@artursouza artursouza requested review from a team as code owners June 10, 2022 23:32
artursouza and others added 6 commits June 14, 2022 10:23
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
…s.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
* Add dead letter topics info

Signed-off-by: yaron2 <schneider.yaron@live.com>

* fix typo

Signed-off-by: yaron2 <schneider.yaron@live.com>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-deadletter.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* change dlt name

Signed-off-by: yaron2 <schneider.yaron@live.com>

* rephrase

Signed-off-by: yaron2 <schneider.yaron@live.com>

* rephrase

Signed-off-by: yaron2 <schneider.yaron@live.com>

* add pub/sub overview section

Signed-off-by: yaron2 <schneider.yaron@live.com>

* change weight

Signed-off-by: yaron2 <schneider.yaron@live.com>

* fix url

Signed-off-by: yaron2 <schneider.yaron@live.com>

* fix url

Signed-off-by: yaron2 <schneider.yaron@live.com>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-deadletter.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-deadletter.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-deadletter.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-deadletter.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-deadletter.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-deadletter.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-deadletter.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-deadletter.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-deadletter.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-deadletter.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-overview.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* typo

Signed-off-by: yaron2 <schneider.yaron@live.com>

* add diagram

Signed-off-by: yaron2 <schneider.yaron@live.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Added publisherConfirms. See dapr/components-contrib#1762

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
…tors/howto-actors.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
Copy link
Member

@msfussell msfussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@msfussell msfussell merged commit 1310f3e into dapr:v1.8 Jun 14, 2022
@yaron2 yaron2 added this to the 1.8 milestone Jul 6, 2022
serpentfabric added a commit to serpentfabric/dapr-docs that referenced this pull request Feb 13, 2023
update documentation to reflect corresponding graphql query variable support in contrib pr dapr#2517

Signed-off-by: chad <41795094+serpentfabric@users.noreply.github.com>
serpentfabric added a commit to serpentfabric/dapr-docs that referenced this pull request Feb 13, 2023
update the graphql doc corresponding to changes proposed by the contrib-packages pr dapr#2517 wherein query variable support is added to the gql output binding

Signed-off-by: chad <41795094+serpentfabric@users.noreply.github.com>
serpentfabric added a commit to serpentfabric/dapr-docs that referenced this pull request Mar 23, 2023
update the graphql doc corresponding to changes proposed by the contrib-packages pr dapr#2517 wherein query variable support is added to the gql output binding

Signed-off-by: chad <41795094+serpentfabric@users.noreply.github.com>
msfussell pushed a commit that referenced this pull request Apr 12, 2023
* Update graghql.md

update the graphql doc corresponding to changes proposed by the contrib-packages pr #2517 wherein query variable support is added to the gql output binding

Signed-off-by: chad <41795094+serpentfabric@users.noreply.github.com>

* Update daprdocs/content/en/reference/components-reference/supported-bindings/graghql.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: chad <41795094+serpentfabric@users.noreply.github.com>

---------

Signed-off-by: chad <41795094+serpentfabric@users.noreply.github.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants