hirosystems / stacks-blockchain-api

API for the Stacks blockchain
https://stacks-blockchain-api.vercel.app
GNU General Public License v3.0
171 stars 109 forks source link

evaluate Kafka as an alternative to postgres LISTEN/NOTIFY #1259

Closed rafaelcr closed 1 year ago

rafaelcr commented 2 years ago

Following our plan to move to microservices with an event-driven architecture, we should consider the use of Kafka to emit events that all other services could listen for.

rafaelcr commented 1 year ago

Deprecated since we're using Chainhooks for new microservices