P3exp/intermediatehelp wantedkind/feature
Repository metrics
- Stars
- (13,906 stars)
- PR merge metrics
- (Avg merge 4d 2h) (28 merged PRs in 30d)
Description
Checklist
- My issue is specific & actionable.
- I am not suggesting a protocol enhancement.
- I have searched on the issue tracker for my issue.
Description
Currently, the HTTP API for PubSub is less than ideal. The fact that you have to send an HTTP GET request to publish something and listen to a stream to subscribe to something is clunky (and slow!), and is exactly what gRPC is meant to solve! I suggest that a new endpoint be added that exposes PubSub using gRPC.