sofastack / sofa-bolt-python

The Python implementation of the SOFABolt protocol.
Apache License 2.0
47 stars 14 forks source link

support interface meta from service provider #18

Closed wanderxjtu closed 3 years ago

wanderxjtu commented 3 years ago

Introduce a SubServiceMeta class to store service/interface metadata from subscriber or predefined by code. So we can support different serialize type (such as sofahessian, json etc.)

Fix #3