tree: 4974939e722b7a752ab2aba9b7efa4c7614ea3f2
  1. helloworld/
  2. proto/
  3. registry/
  4. serialization/
  5. stream/
  6. __init__.py
  7. README.md
samples/README.md

Dubbo-python Samples

What It Contains

  1. helloworld: The simplest usage example for quick start.
  2. serialization: Writing and using custom serialization functions, including protobuf, JSON, and more.
  3. stream: Using streaming calls, including ClientStream, ServerStream, and BidirectionalStream.
  4. registry: Using service registration and discovery features.