ipfs/kubo

Expose PubSub over gRPC

Open

#8.602 aberto em 9 de dez. de 2021

Ver no GitHub
 (8 comments) (2 reactions) (0 assignees)Go (2.725 forks)batch import
P3exp/intermediatehelp wantedkind/feature

Métricas do repositório

Stars
 (13.906 stars)
Métricas de merge de PR
 (Mesclagem média 4d 2h) (28 fundiu PRs em 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.

Guia do colaborador