Commit Graph

50 Commits

Author SHA1 Message Date
Amulya Varote 1534f7d5e5 Removed a line
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
Amulya Varote c65e91f200 Modified based on the review comments - 1
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
Amulya Varote e1bbdaa9ed Added full code snippets of pub sub
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
Amulya Varote 6662f1a322 Modified based on the review comments - 1
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
Amulya Varote 099ea6e99d resolved merge conflicts
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
Amulya Varote bd6d5e75af Removed a line
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
Amulya Varote 3a7c140fe7 Modified based on the review comments - 1
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
Amulya Varote 5cb62329b0 Added full code snippets of pub sub
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
David Millman 2490c8165e Fix publish a topic examples
Step 3 and 4 of the "How-To: Publish & subscribe" publishes to the
wrong app id and pubsub. This commit fixes by changing the examples
that write to the app-id "testpubsub" to "orderprocessing"
and the pubsub "pubsub" to "order_pub_sub"

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
Amulya Varote b603d641fb Modified based on the review comments - 3
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
Amulya Varote 07759e7b1b Changed python commands
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
Amulya Varote 7500cc4900 Changed python commands
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
Amulya Varote e4c14ea153 Modified based on the review comments - 2
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
Amulya Varote 4dbf126292 Modified based on the review comments - 1
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
Amulya Varote 32a1996acb Changed port number in the command
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
Amulya Varote 619ac7e5ad Added pub sub documentation
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
2021-12-08 23:37:04 -08:00
David Millman 6b6baa1afc
Fix publish a topic examples
Step 3 and 4 of the "How-To: Publish & subscribe" publishes to the
wrong app id and pubsub. This commit fixes by changing the examples
that write to the app-id "testpubsub" to "orderprocessing"
and the pubsub "pubsub" to "order_pub_sub"
2021-12-05 10:14:45 -07:00
Amulya Varote 9d120e5108 Modified based on the review comments - 3 2021-12-03 11:32:21 -08:00
Amulya Varote 1476b223a0 Changed python commands 2021-12-03 08:34:09 -08:00
Amulya Varote 08a182608c Changed python commands 2021-12-03 08:30:56 -08:00
Amulya Varote 18638ee93f Modified based on the review comments - 2 2021-12-02 21:26:37 -08:00
Amulya Varote fe5d1aeed6 Modified based on the review comments - 1 2021-12-02 10:52:46 -08:00
Amulya Varote 4242a48732 Changed port number in the command 2021-12-02 10:31:20 -08:00
Amulya Varote 830015d3eb Added pub sub documentation 2021-12-02 02:45:19 -08:00
Will Tsai 9988188cd7 added cloudevent examples 2021-10-29 14:00:46 -07:00
Phil Kedy a7a96b336f PubSub Routing docs 2021-09-14 16:24:10 -04:00
Aaron Crawfis 8ac7a8e599
Update daprdocs/content/en/developing-applications/building-blocks/pubsub/howto-publish-subscribe.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-08-19 13:58:34 -07:00
tstojecki 732a820160
Updating to a generic message and linking component docs
Suggestion from @AaronCrawfis

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-08-17 10:48:58 +02:00
tstojecki 98bcb0e26d
Adding a note on default redis pubsub redelivery
https://github.com/dapr/dapr/issues/3481
2021-07-27 09:43:18 +02:00
Long Dai fe1ab8eb61
docs: clean up white noise (#1491)
Signed-off-by: Long Dai <long0dai@foxmail.com>
2021-05-21 13:21:55 -07:00
Donovan Brown d81a82e7d8
Removed duplicate word
Removed additional "are"
2021-04-30 00:39:40 -05:00
Javier Vela 4f95fecb61
Update howto-publish-subscribe.md to follow the Hugo shortcode convention
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-04-15 20:08:36 +02:00
Javier Vela 760b49b031
Merge branch 'v1.1' into fix-link-pubsub-content-types 2021-04-15 06:43:13 +02:00
Javier Vela d46b799c3d fix link pubsub content types 2021-04-15 06:37:46 +02:00
meijin 7d8911b65d fix app-id 'testpubapp' not match 'testpubsub' when publish 2021-03-22 17:42:44 +08:00
Jeff Foster 1a0984be6a
Fix broken link. 2021-03-11 13:48:36 +00:00
Rob Landers ee7a7d19a1
Add code samples 2021-02-12 19:31:05 +01:00
Yaron Schneider df05ea3596
Add pub/sub content-type info (#1158)
* add pub/sub content-type info

* datacontenttype clarification

* Update pubsub_api.md

* add custom cloudevent info

* reorder

* Update howto-publish-subscribe.md

* Update howto-publish-subscribe.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-02 21:46:23 -08:00
Mark Fussell 08d86488bf
Updated all the pubsub topics + a few others (#1140)
* Updated all the pubsub topics + otherss

* Changes for Issue #1093

* Pushing updates from review feedback

* Fixing up the Publish CLI example

* Fixing reference

* Fixing having a single place for the Dapr side car

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2021-02-02 21:40:06 -08:00
Aaron Crawfis 9376f6c334 Merge branch 'v0.11' into v1.0-rc2 2020-12-16 09:13:11 -08:00
Aaron Crawfis 1006936695
Change to shortcode note and fix spelling 2020-12-10 11:03:32 -08:00
Artur Souza 7bc51e81d4
Document use of Content-Type as datacontenttype in pubsub. (#999) 2020-12-10 06:35:42 -08:00
Mark Chmarny 5436651203
Clarifies declarative vs. programmatic pub/sub approach
Addresses #994
2020-12-09 14:52:13 -08:00
Ori Zohar b5dfdf10fe merge from website to master 2020-12-03 10:49:09 -08:00
Qalifah a29d4e328c
spelling error (#937) 2020-11-18 09:12:15 -08:00
Yaron Schneider 3509967baa
add versioning field for components (#906) 2020-11-12 10:16:26 -08:00
Aaron Crawfis a234e10fa3
Migrate to new Dapr docs site (#880)
* Initial configuration of hugo and docsy

* ci: add Azure Static Web Apps workflow file
on-behalf-of: @Azure opensource@microsoft.com

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Testing file

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Updated overview structure

* Upadted git ignore for package lock

* Removed generated scss

* Update package lock

* Add README

* Update install process

* Move How-To Guides into Docs

* Add front matter

* Add Overview

* Adjust Table of Contents sizing

* Add back overview

* Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

* Rename Guide to HowTo

* Allow unsafe HTML for custom images

* Move images into static repo

* Darken TOC

* Add setup docsy step

* Add algolia information

* Update docs with new heirarchy

* Add algoloia information

* Merge master

* Updating directory structure

* Integrating deploying folder intop operations

* Moved building blocks

* Conceptual docs updates (#845)

* Update title

* Update to conceptual docs

* Operations section (#846)

* added FAQ on perf benchmark (#839)

* added FAQ on perf benchmark

* typos

* Update FAQ.md

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>

* Move images

* Move static docs

* Update toc template

* Update operations section

* Update Actions Workflow

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>

* Developing applications section [hugo-docs] (#847)

* Developing applications section

* Changing capital letters in getting started section

* Remove redundant getting started title

* Updating theme and configuration (#852)

* Enable robots, Update versions, add links

* Update left column minimum width

* Add Dapr docs image

* Update spacing for list pages

* Add home image

* moving components setup howtos to operations section

* Removing moved files from OLD

* Update Operations (#853)

* Enable robots, Update versions, add links

* Update left column minimum width

* Add Dapr docs image

* Update spacing for list pages

* Add home image

* Update hosting references

* Remove extra width

* Add favicons

* Update configuration section (#854)

* Enable robots, Update versions, add links

* Update left column minimum width

* Add Dapr docs image

* Update spacing for list pages

* Add home image

* Update hosting references

* Remove extra width

* Add favicons

* Update configuration section

* Fix configuration reference

* Adding headers for secrets and state components

* Complete operations section (#856)

* Enable robots, Update versions, add links

* Update left column minimum width

* Add Dapr docs image

* Update spacing for list pages

* Add home image

* Update hosting references

* Remove extra width

* Add favicons

* Update configuration section

* Fix configuration reference

* Complete operations section

* Integrating final readme files from OLD

* Final update (#858)

* Enable robots, Update versions, add links

* Update left column minimum width

* Add Dapr docs image

* Update spacing for list pages

* Add home image

* Update hosting references

* Remove extra width

* Add favicons

* Update configuration section

* Fix configuration reference

* Complete operations section

* Moved docs to top level folder

* Disable taxonomies

* Remove duplicate ToC

* Added information on disabling categories and tags

* Removed manual ToC

* Add CLI title (#859)

* Update build command (#860)

* Add CLI title

* Update build command

* Add env variables

* Update version

* Remove extra v

* Add Google Analytics and Algolia

* Move Algolia search code

* Fix algolia info

* Update algolia search

* Update theme

* Enable debugging for Algolia

* Enable debugging for algolia

* Delete tabs

* Temporarily disable algolia

* Add shortcodes for tabs

* Update Dapr CLI instructions to use shortcodes

* Override max_width for code blocks

* Add authoring guide

* Update readme with authoring guide link

* Fixed spacing

* Update images

* Update service invocation

* Update building block descriptions

* Update wording

* Update state management building blocks

* Move example

* Updated state docs

* Pub/Sub Updates

* Pupsub updates

* CLI reference

* API reference

* Contributing

* Binding specs

* Service invocatio nupdate

* Update reference page

* Small actors fixes

* Enable search

* Fix ref

* Fix small typo

* Correct letter

* Fix caps

* Fix caps

* Rename logs

* fixing links in concepts section

* Renaming cli/overview.md to avoid conflict with general Dapr overview file name

* Update Operations

* componenet setups

* fixing links is Getting started section

* Update references

* Fix references

* Fix link

* partial fixes to developing applications

* Adding code of conduct link to main README

* Update app insights tabs

* Bold headers

* Update getting started guide

* Update titles

* Update branch name

* ci: add Azure Static Web Apps workflow file
on-behalf-of: @Azure opensource@microsoft.com

* Update azure-static-web-apps-green-hill-0d7377310.yml

* Delete hugo-docs info

* Update publish cli command

* Update pubsub HowTo

* Updating contributing section

* Update README.md

Co-authored-by: Azure Static Web Apps <opensource@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-10-26 11:37:44 -07:00
Aaron Crawfis e77b84d6a9 Update pubsub HowTo 2020-10-22 16:12:22 -07:00
Ori Zohar 2666fc0e7a partial fixes to developing applications 2020-10-16 17:26:29 -07:00
Aaron Crawfis 06e2d17bed Pupsub updates 2020-10-15 11:58:38 -07:00