FuelLabs / data-systems

Fuel data systems related projects
Apache License 2.0
5 stars 10 forks source link

Research the best approach to setup a pub/sub system inside fuel-core #1

Closed pedronauck closed 3 months ago

pedronauck commented 4 months ago

The goal is to research and determine the best approach for implementing a pub/sub system that will be triggered for each new block within fuel-core. As we have decided to use NATS as the messaging mechanism, it would be helpful to outline how to handle it in a way that will not be tightly integrated within the core.

Jurshsmith commented 4 months ago

Discussion: https://github.com/FuelLabs/data-systems/discussions/9

pedronauck commented 3 months ago

Research done.