ipfs/kubo

Expose PubSub over gRPC

Open

#8602 aperta il 9 dic 2021

Vedi su GitHub
 (8 commenti) (2 reazioni) (0 assegnatari)Go (2725 fork)batch import
P3exp/intermediatehelp wantedkind/feature

Metriche repository

Star
 (13.906 star)
Metriche merge PR
 (Merge medio 4g 2h) (28 PR mergiate in 30 g)

Descrizione

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.

Guida contributor