-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
kind/documentationImprovements or additions to documentationImprovements or additions to documentationpinnedmanually pinned issuemanually pinned issue
Description
Describe the issue
https://docs.dapr.io/developing-applications/sdks/python/python-client/#publish--subscribe-to-messages lists Server information under Client making it unclear what is required in the code. Personally, I believe that DaprClient and DaprServer should be entirely isolated to make it clear.
URL of the docs
Expected content
Should be split up in Client and Server
Additional context
More specifically, examples using the below should be under Client
from dapr.clients import DaprClientWhile examples using the below should be under Server
from dapr.ext.grpc import AppThis is since Python does not support HTTP Server bindings for Bindings, PubSub and others. HTTP support in Python is mainly used for Actor support AFAIK
Metadata
Metadata
Assignees
Labels
kind/documentationImprovements or additions to documentationImprovements or additions to documentationpinnedmanually pinned issuemanually pinned issue