vegaprotocol / data-node

A rich API server for Vega Protocol
https://vega.xyz
Other
3 stars 1 forks source link

Get subscriptions working in new stores #624

Closed pscott31 closed 2 years ago

pscott31 commented 2 years ago

Currently we still rely on the old services to handle grpc/graphql subscriptions to event updates. To make it easier to switch off badger, it seems that rather than going into each service and selectively deciding not to write to badger, it would be better to be able to just stop sending them events.

In order for grpc/graphql subscriptions to keep working, we need to implement them in the new stores.