SolomonDefi / solomon-monorepo

Monorepo containing core Solomon apps, services, libraries, and deploy config.
6 stars 4 forks source link

Survey a solution to buffer and store events monitored by blockchain watcher #136

Open beefho67 opened 2 years ago

beefho67 commented 2 years ago

In order not to overwhelm dispute backend when lots of events occur at the same time, we need to think about a solution to buffer and store events monitored by blockchain watcher. The watcher will able to retrieve events from the storage and send it to dispute backend for further actions. The storage can be queue, streaming service, db, etc., as long as it's applicable and will fit in our infrastructure.