Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mist-api-connector: Send
stream.state
event with active/inactive st…
…ream info (#112) * DEV-REVERT: Use local livepeer-data lib * mistapiconnector: Send stream.state event to rbbt * mistapiconnector: Only cancel mac ctx after deactivating streams * mistapiconnector: Shutdown amqp producer as well Now we make sure that all events should hopefully reach RabbitMQ. * mistapiconnector: Start deactivating streams ASAP Sending events might take a while, so we better start it eagerly while shutting down the server. * mapic: Use MacOptions object for mac args I have to create yet another arg and it felt it was already getting out of hand so I think this helps keep things safer. * mapic: Include region in stream state event * mapic: Remove unused raw AMQP client code * mapic: Include region field in metrics event as well * Revert "DEV-REVERT: Use local livepeer-data lib" This reverts commit 019abc7. * go.mod: Update livepeer-data lib dependency * DEV-REVERT: Build on the local branch * cmd/mapic: Fix flag deprecation notice * cmd/mapic: Keep each option parameters on a line * mapic: Send node ID as field in stream state event * Revert "DEV-REVERT: Build on the local branch" This reverts commit fed6964. * go.mod: Update to merged version of livepeer-data
- Loading branch information