coralproject / pillar

Deprecated: Service layer for the Coral ecosystem
Other
4 stars 1 forks source link

Make a generic event dispatch process for all kinds of activities in Pillar. #95

Closed samshub closed 8 years ago

samshub commented 8 years ago

Expected behavior

Currently we're sending a very limited set of events in Pillar. We should define specific event types for various activities with Pillar and push them to MQ.

Actual behavior

Very limited events are being fired.

Steps to reproduce behavior

Install Pillar with RabbitMQ. Run a custom client to receive messages from MQ. There will be few events that goes out.

samshub commented 8 years ago

Code integrated!