dapr / docs

Dapr user documentation, used to build docs.dapr.io
https://docs.dapr.io
Creative Commons Attribution 4.0 International
987 stars 715 forks source link

Dapr Tutorials sub golang #3247

Open choudhary-Sanchit-sherawat opened 1 year ago

choudhary-Sanchit-sherawat commented 1 year ago

What content needs to be created or modified? There should be docs on how pub/sub works... in the Golang service

Describe the solution you'd like A clear and concise description of what you want to happen in this there are a dapr tutorial have react publish or three other language like python , C# , node are sub I just implement the Golang sub

Where should the new material be placed? * the new content should be created into the dapr tutorial pub/sub into repo

The associated pull request from dapr/quickstarts/tree/master/tutorials/pub-sub components-contrib, or other Dapr code repos ** Specify the URL to the associated pull request, if applicable

For example: https://github.com//dapr/quickstarts/tree/master/tutorials/pub-sub **

Additional context

programmer-for-good commented 1 year ago

Golang subscriber if yo have can you provide

hhunter-ms commented 1 year ago

@choudhary-Sanchit-sherawat does the pub/sub quickstart for Go help with this?

Quickstart repo: https://github.com/dapr/quickstarts/tree/master/pub_sub Docs: https://docs.dapr.io/getting-started/quickstarts/pubsub-quickstart/

choudhary-Sanchit-sherawat commented 1 year ago

@choudhary-Sanchit-sherawat does the pub/sub quickstart for Go help with this?

Quickstart repo: https://github.com/dapr/quickstarts/tree/master/pub_sub Docs: https://docs.dapr.io/getting-started/quickstarts/pubsub-quickstart/

It's work but in the /tutorials/pub-sub when I work on the pub/sub with Go is not satisfactory! , I find a better way to understan in the tutorials/pub-sub] section but there is no Go-sub so I create for my Self and it's work's for other.

hhunter-ms commented 1 year ago

@choudhary-Sanchit-sherawat does the pub/sub quickstart for Go help with this? Quickstart repo: https://github.com/dapr/quickstarts/tree/master/pub_sub Docs: https://docs.dapr.io/getting-started/quickstarts/pubsub-quickstart/

It's work but in the /tutorials/pub-sub when I work on the pub/sub with Go is not satisfactory! , I find a better way to understan in the tutorials/pub-sub] section but there is no Go-sub so I create for my Self and it's work's for other.

@choudhary-Sanchit-sherawat would you consider contributing your Go pub/sub tutorial to dapr/quickstarts/tutorials/pub-sub?