Commit Graph

4511 Commits

Author SHA1 Message Date
Tiago Alves Macambira b9b58d8cfa
Update daprdocs/content/en/operations/components/pluggable-components-registration.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2023-02-08 21:07:28 -08:00
Tiago Alves Macambira a289c83faa
Update daprdocs/content/en/operations/components/pluggable-components-registration.md
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2023-02-08 15:49:26 -08:00
Tiago Alves Macambira e5b36e2c1c
Update daprdocs/content/en/operations/components/pluggable-components-registration.md
Co-authored-by: Phillip Hoff <phillip@orst.edu>
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2023-02-08 15:27:53 -08:00
Tiago Alves Macambira 41fd252e76
How to define spec.type for pluggable components.
Expands on multiple building blocks behind a single pluggable components and how how to define the contents of the field `spec.type` in a component spec.

Addresses #2985

Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2023-02-08 15:10:19 -08:00
Hannah Hunter 1c5944be9b pull in dotnet docs updates
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-08 16:38:07 -06:00
Hannah Hunter 2f74f5898a Merge branch 'v1.10' of https://github.com/dapr/docs into v1.10 2023-02-08 16:35:04 -06:00
Alessandro (Ale) Segala bc48a09104
Add docs for `pubsub.azure.servicebus.queues` component and update metadata for all other Service Bus components (#3097)
* Add docs for `pubsub.azure.servicebus.queues` component and update metadata for all other Service Bus components

Fixes #2912

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

* Updated per review feedback

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

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-07 22:51:01 -08:00
Alessandro (Ale) Segala cfb47e9db7
Docs for ServiceInvocationStreaming feature flag (#3102)
* Docs for ServiceInvocationStreaming feature flag

Fixes #3096

Also removes the Resiliency feature flag from the table

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

* Future note

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

* Added diagram

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

* Update daprdocs/content/en/operations/support/support-preview-features.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-07 22:09:32 -08:00
Bernd Verst cb8395cd9d
deprecate twitter (#3145)
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-07 20:02:13 -08:00
Mukundan Sundararajan efcb297f17
Kafka bulk support documentation (#3071)
* add initial docs for kafka bulk support

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* address review comments

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

---------

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-02-07 20:00:12 -08:00
Alessandro (Ale) Segala b0bf194c81
Docs for SQLite state store (#3099)
* Docs for SQLite state store

Fixes #3085

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

* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-sqlite.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Explain relative paths

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

* Apply suggestions from code review

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Clarify that URI options require the `file:` prefix

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

* Add note for in-memory DBs

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

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-07 19:48:35 -08:00
Hannah Hunter 211fa537b5
Merge pull request #3093 from hhunter-ms/issue_3047
`dapr run -f` docs
2023-02-07 11:55:49 -06:00
Hannah Hunter 3ff4313d11 nit
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 09:05:09 -06:00
Hannah Hunter 101d55db8e also add note about alpha and linux/macos to dapr run
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 08:54:27 -06:00
Hannah Hunter e90e505145 add alpha state and availability to dapr stop
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 08:53:21 -06:00
Hannah Hunter cc14a4e6f0 update to snake case in dapr run
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 08:50:50 -06:00
Hannah Hunter ffe2f31dfd add runtime path flag to dapr run doc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 08:43:12 -06:00
Hannah Hunter 30a1c86551 add to dapr stop doc and update metadata table
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-07 08:22:14 -06:00
Hannah Hunter 51928593bb Merge branch 'issue_3047' of https://github.com/hhunter-ms/docs into issue_3047 2023-02-06 11:43:56 -06:00
Hannah Hunter 2b08c5b7fd updates per mukundan
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-06 11:43:31 -06:00
Hannah Hunter 2cdc3a7d56
Merge branch 'v1.10' into issue_3047
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-06 09:22:24 -06:00
Ryan Lettieri 1c979a94d5 Adding in description for managing workflows
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2023-02-05 16:15:52 -07:00
Bert Verstraete a54c403e79
Expand component metadata templating docs (#3070)
* Expand component metadata templating docs
- Add info on {namespace} and {appId} template
- Reference metadata templating on Kafka component docs

Signed-off-by: VerstraeteBert <bert.verstraete@cognite.com>

* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Bert Verstraete <bertverstraete22@gmail.com>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Bert Verstraete <bertverstraete22@gmail.com>

* Fix broken link

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Bert Verstraete <bertverstraete22@gmail.com>

---------

Signed-off-by: VerstraeteBert <bert.verstraete@cognite.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Bert Verstraete <bertverstraete22@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-03 17:22:10 -08:00
Yaron Schneider 6602c68775
Add metrics regex docs (#3126)
* add metrics regex

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

* Update daprdocs/content/en/operations/monitoring/metrics/metrics-overview.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>

---------

Signed-off-by: yaron2 <schneider.yaron@live.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-03 17:20:23 -08:00
Hannah Hunter 23eafed469
remove --image-registry from preview features table (#3136)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-03 15:51:37 -08:00
Hannah Hunter c408e460ee remove mapr
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-03 16:04:43 -06:00
Hannah Hunter d8dabf4309
[Pluggable components] Error handling documentation (#3067)
* initial draft of error handling table

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* add go examples

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* remove code brackets

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* typo

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* Update daprdocs/content/en/developing-applications/develop-components/pluggable-components/develop-pluggable.md

Co-authored-by: Marcos Candeia <marrcooos@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

* add .net code examples, annotations example, marcos review

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* add note about nuget package

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* updates from tiago and marcos

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* remove paragraph

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* make more clear that pluggable components are in same pod

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* Update daprdocs/content/en/operations/components/pluggable-components-registration.md

Co-authored-by: Marcos Candeia <marrcooos@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

* editing other example per marcos

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

---------

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Marcos Candeia <marrcooos@gmail.com>
2023-02-03 12:58:33 -08:00
Hannah Hunter ec9d180077 Merge branch 'issue_3047' of https://github.com/hhunter-ms/docs into issue_3047 2023-02-03 10:34:28 -06:00
Hannah Hunter 9b12a599c8 updates per mukundand and pravin
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-03 10:33:52 -06:00
Yaron Schneider e8bf566e7c
Add apache pulsar schema validation (#3111)
* add apache pulsar schema validation

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

* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md

Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>

* remove table example

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

---------

Signed-off-by: yaron2 <schneider.yaron@live.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 17:35:18 -08:00
Hannah Hunter b2b967a24b
Merge branch 'v1.10' into issue_3047
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-02 19:11:47 -06:00
Hannah Hunter f6957b3ef9
Merge pull request #2915 from hhunter-ms/issue_2798b
Workflow API docs
2023-02-02 19:09:24 -06:00
Alessandro (Ale) Segala f2a0f9eca0
Pubsub component reference: add aria-label to emojis (#3130)
Small a11y fix (just like #3031)

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 15:43:02 -08:00
Hannah Hunter e9e3513dd1 remove management from language
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-02 17:40:43 -06:00
Chris Gillum ceef9bfbbd Merge branch 'issue_2798b' of https://github.com/hhunter-ms/docs into issue_2798b 2023-02-02 15:25:31 -08:00
Chris Gillum b8ce5c6cc7 Update async HTTP pattern
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
2023-02-02 15:25:24 -08:00
Hannah Hunter 80025e2a86
Merge branch 'v1.10' into issue_2798b
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-02 16:40:15 -06:00
Alessandro (Ale) Segala 3b843047ef
Add documentation for using `automountServiceAccountToken: false` (#3100)
* Add documentation for using `automountServiceAccountToken: false`

Fixes #3008

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

* Fixed link

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

* Apply suggestions from code review

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-02-02 12:47:00 -08:00
Hannah Hunter 6f857f5163
Merge pull request #3123 from ItalyPaleAle/fix-2993
Updated docs for authoring middleware components in 1.10
2023-02-02 14:30:37 -06:00
Hannah Hunter 319aebce14
Merge pull request #3103 from ItalyPaleAle/fix-3083
Update Event Hub components docs
2023-02-02 14:25:54 -06:00
Alessandro (Ale) Segala 5f8ee9e667
Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 12:10:24 -08:00
Hannah Hunter 9a0c43793f
Merge branch 'v1.10' into issue_3047
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-02 14:02:05 -06:00
Hannah Hunter ed46f51ccd
Merge pull request #3124 from ItalyPaleAle/fix-2969
Document that --app-id cannot contain dots in self-hosted mode
2023-02-02 11:34:05 -06:00
Hannah Hunter caaa1e7c7d pravin review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-02 11:32:59 -06:00
Alessandro (Ale) Segala 4ba8aa01f7
Update daprdocs/content/en/operations/components/middleware.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 09:22:03 -08:00
ItalyPaleAle 42e8c1f335 Updated per feedback
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 09:19:45 -08:00
Alessandro (Ale) Segala d470cd315b
Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 09:09:55 -08:00
Hannah Hunter 7a65ff0b23
Merge pull request #3125 from ItalyPaleAle/stable-components
Updated stable / beta components
2023-02-02 11:04:31 -06:00
Hannah Hunter 0e026a1c94 updates per docs triage meeting with Mark/Nick
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-01 19:37:34 -06:00
Yaron Schneider 492751f66f
add security token for http binding (#3109)
Signed-off-by: yaron2 <schneider.yaron@live.com>
2023-02-01 17:27:39 -08:00