Skip to content

Documentation: Python Server info is under Python Client #358

@XavierGeerinck

Description

@XavierGeerinck

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

https://docs.dapr.io/developing-applications/sdks/python/python-client/#publish--subscribe-to-messages

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 DaprClient

While examples using the below should be under Server

from dapr.ext.grpc import App

This 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

No one assigned

    Labels

    kind/documentationImprovements or additions to documentationpinnedmanually pinned issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions