embrio-tech / centrifuge-development

An overarching composer repository to run centrifuge services in development.
GNU Lesser General Public License v2.1
3 stars 0 forks source link

support for multiple pools #22

Closed filo87 closed 1 year ago

filo87 commented 1 year ago

Why

It is desirable to be able to aggregate stats from different pools from a single indexer.

What

Influx and Outflux services should be adapted to allow for handling of multiple pools. Active pool IDs are specified as an environment variable in a comma separated list.

How

Data must be tagged to specify which pool it belongs to.

Acceptance criteria

filo87 commented 1 year ago

Handled in Scoped tickets: embrio-tech/centrifuge-influx#26 embrio-tech/centrifuge-outflux#19