Commit Graph

1772 Commits

Author SHA1 Message Date
loopFY 33d756f8f8
adding Read buffer size argument to fasthttp server and grpc server (#2263)
* adding Read buffer size argument to fasthttp server and grpc server dapr/dapr#3346

By making a contribution to this project, I certify that:
    (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
    (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
    (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
    (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.

This is my commit message
Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* added introduction to dapr-http-read-buffer-size

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Modify the note description

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Adding read buffer size argument to fasthttp server and grpc server

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Added introduction to dapr-http-read-buffer-size

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Modify the note description

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Modify this description

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Add a detailed description

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Make the appropriate title changes

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Modification introduction and corresponding instructions

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-03-31 21:51:56 -07:00
Hannah Hunter b601f4d99d
typo fixes and quick grammar pass (#2317)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-03-31 20:03:06 -07:00
greenie-msft 6f30d2a7d5
Merge branch 'v1.6' into v1.6 2022-03-31 16:19:21 -07:00
Mark Fussell 4a37ceeb9c
Merge branch 'v1.6' into v1.6 2022-03-31 14:46:47 -07:00
Mark Fussell 55f9365ff4
Merge branch 'v1.6' into capitalize_quickstart_terminology 2022-03-31 14:45:22 -07:00
Hannah Hunter bc5407b55d
typo fix; quick grammar pass (#2316)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-03-31 14:41:59 -07:00
Hannah Hunter b36c36186a capitalize 'quickstart'; add comma
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-03-31 16:26:50 -05:00
Mark Fussell a6c2e31132
Merge branch 'v1.6' into v1.6 2022-03-30 16:56:22 -07:00
Robin-Manuel Thiel 0dcbbf3be4
Add mandatory `dapr init` step to Self-Hosted Mode in Container Docs (#2303)
I followed the docs to ship Dapr together with an app inside the same container and came across the issue that `daprd` in the `ENTRYPOINT` was not available until i initialized dapr in slim mode.

Signed-off-by: Robin-Manuel Thiel <robin-manuel@thiel1.de>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-03-30 14:17:26 -07:00
Kyle Richelhoff 31e5ad1998 Fix typo: microservices
Signed-off-by: Kyle Richelhoff <1271617+grepme@users.noreply.github.com>
2022-03-30 13:41:04 -06:00
Looong Dai d11caff869
doc: update arguments-annotations (#2306)
Signed-off-by: Loong Dai <loong.dai@intel.com>
2022-03-29 19:56:06 -07:00
Nick Greenfield 35e44f2e96 Update docs for hotfix
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-25 16:38:24 -07:00
HMZ 2aaaf181fe
Fix typo 2022-03-25 16:05:25 +03:00
Mark Fussell 6dd71c6b93
Merge branch 'v1.6' into fix_redis_sentinel_links 2022-03-23 20:22:28 -07:00
yauri-io a4226b9279
fix: Getting started / Init Dapr locally has wrong quickstarts link (#2287)
* fix: Getting started / Init Dapr locally has wrong quickstarts link

Signed-off-by: Yauri<me@yauri-io>
Signed-off-by: y-io <me@yauri.one>

* Change Next Steps to "Use the Dapr API"

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

* Update install-dapr-selfhost.md

Co-authored-by: y-io <me@yauri.one>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-03-23 20:21:25 -07:00
Nick Greenfield 6d6e063946 Fix Redis Sentinel links
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-23 20:11:46 -07:00
Doug Davis 8bbf0e3b7c
Minor updates to the golang pub-sub quickstart (#2283)
Minor updates to the golang pub-sub quickstart
- make the 'cd' command more clear by telling them to start from the clone
- add the sample output from the publisher

Signed-off-by: Doug Davis <dug@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-03-23 17:50:40 -07:00
Doug Davis d5c6c4ca6d
Remove dash in "dapr-init" (#2282)
I'm guessing it's a typo because the md file has the dash. But the command
itself doesn't

Signed-off-by: Doug Davis <dug@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-03-23 14:09:13 -07:00
Andrea Spadaccini a1823044df
doc: fix typo premisis → premises (#2288)
Signed-off-by: Andrea Spadaccini <andrea.spadaccini@gmail.com>
2022-03-23 13:37:39 -07:00
SergioVelmay d10486666e
Azure Key Vault RBAC role to get secrets updated (#2256)
* Azure Key Vault RBAC role to get secrets updated
Signed-off-by: Sergio Velmay <sergiovelmay@gmail.com>

* Remove pin to localized version in MS link
Signed-off-by: Sergio Velmay <sergiovelmay@gmail.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-03-22 17:12:23 -07:00
Will Velida 938b29005b
Adding dotnet code snippet for saving and retrieving mulitple states (#2280)
Signed-off-by: Will Velida <willvelida@microsoft.com>
2022-03-21 20:04:59 -07:00
Andrew 24e4b2929c Typo fix for https://github.com/dapr/docs/issues/2274
Signed-off-by: Andrew <37019607+uy-andrew@users.noreply.github.com>
2022-03-19 23:09:11 +11:00
Nick Greenfield a65c1e4341 Fix more broken QS links
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-18 16:59:50 -07:00
Nick Greenfield 537a56602e Add ignore around docker links
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-18 16:51:19 -07:00
Nick Greenfield bc69f26c64 Fix quickstart links path 2022-03-18 16:44:03 -07:00
Nick Greenfield f59185f0a0 Fix observability tutorial links
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-18 16:29:15 -07:00
Nick Greenfield b85c6691dc Fix pubusb quickstart links
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-18 16:26:01 -07:00
Nick Greenfield ede573f0cb Fix quickstart links 2022-03-18 16:20:19 -07:00
greenie-msft 817b2aba97
Merge branch 'v1.6' into feature/new_quickstarts 2022-03-18 10:07:30 -07:00
Hannah Hunter 6ec81706ff
[pub/sub] Trim code snippets (#2270)
* code snippets

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

* add back in dapr client

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

* put java subscribe back

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-03-17 15:52:39 -07:00
callmexiaolu88 12fff7eaf9
Update file-secret-store.md (#2264) 2022-03-17 14:33:42 -07:00
Nick Greenfield bea7e10ba7 Remove hardcoded localized link
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-16 09:26:27 -07:00
Nick Greenfield 261c74b171 Add discord feedback text
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-15 16:21:19 -07:00
Nick Greenfield 6884dc1cb6 Reorder quickstarts table
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-15 10:07:00 -07:00
Nick Greenfield 8a30f6eff2 Merge branch 'v1.6' into feature/new_quickstarts
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-15 10:05:55 -07:00
Aaron Crawfis 17862794ba
Add clarification on authenticating to Azure (#2241)
* Add clarification on authenticating to Azure

Add a comment pointing further down for more information.

Signed-off-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update to non-depracated fields

Signed-off-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Remove extra value

Signed-off-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-03-14 15:14:48 -07:00
Simon McKenna e2cc4d79d7
Fix typo and case inconsistency (#2257)
Signed-off-by: Simon McKenna <sshnug.si+github@gmail.com>
2022-03-12 23:58:18 -08:00
Shuya Motouchi e41329798c
Update gRPC-integration.md (#2253)
Here, it doesn't work github.com/dapr/go-sdk/dapr/proto/common/v1
It works here github.com/dapr/dapr/pkg/proto/common/v1
2022-03-11 14:46:53 -08:00
komoto d458c93dbe
Fix grcp metadata in js client (#2243)
Signed-off-by: chiru1221 <takuro1221.it@gmail.com>
2022-03-10 15:02:51 -08:00
Nick Greenfield 7c50a49622 Move ignore links wrapper outside bullet list
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-10 10:17:00 -08:00
greenie-msft 975397790b
Remove hard coded language in url
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-10 10:09:57 -08:00
greenie-msft d66339fa5d
Merge branch 'v1.6' into feature/new_quickstarts 2022-03-10 10:04:42 -08:00
Hannah Hunter 94365fde21
[Service invocation] Quickstart doc (#2244)
* clean branch

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

* update to intro, bring back image

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

* output and intro update

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

* Go typo

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

* filter out conceptual language

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

* remove 'individual'

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

* rewording

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-03-09 19:12:32 -08:00
Doug Davis fb31b55b54
Remove sentence about a pict since pict isn't there (#2242)
See #2229 for more info

Fixes #2229

Signed-off-by: Doug Davis <dug@microsoft.com>
2022-03-09 11:06:55 -08:00
Nick Greenfield 30fd67e249 Remove QS that are not yet available.
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-08 16:29:33 -08:00
Nick Greenfield d6da4f01e3 Remove extra file
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-08 16:21:20 -08:00
Nick Greenfield 6badab4852 Merge branch 'v1.6' into feature/new_quickstarts
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-08 16:11:05 -08:00
Hannah Hunter 4ed0d1b5e4 Update output values
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-03-08 15:50:02 -06:00
Hannah Hunter 3457c29e1e
add missing changes (#2239)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-03-08 12:11:08 -08:00
Hannah Hunter e1a831b6c7 filter out excess code snippet
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-03-07 15:45:31 -06:00