danielgtaylor / danielgtaylor/python-betterproto
Suggestion: use abstract base class and abstractmethod for ServiceBase and/or Stub
Open
enhancement
good first issue
small
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
python-betterprot is awesome.
However, users may forget to implement some service-methods declared in proto file, which cause no error on the server-side.
`@abstractmethod` may give user some hints to realize it.
One question: why user should implement method `echo_stream` in EchoService while the related rpc method named `EchoStream` in proto file?
Contributor guide
Assessment
This issue has not been assessed yet.