The current REST interface to feed updater will not scale to large numbers of consumers. Right now we have a small number of users but this will not work with more than a handful of users. This should be replaced by a zeromq pub/sub interface in which each blockchain has its own feed updater, and each feed updater can pull from different servers to have redunancy.
The current REST interface to feed updater will not scale to large numbers of consumers. Right now we have a small number of users but this will not work with more than a handful of users. This should be replaced by a zeromq pub/sub interface in which each blockchain has its own feed updater, and each feed updater can pull from different servers to have redunancy.