----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18677/ -----------------------------------------------------------
Review request for cloudstack. Repository: cloudstack-git Description ------- At present, there are multiple event types that are generated by CS, action events,usage events, resource state change events and alerts. Current problem is all the events gets published on the event bus when event bus is enabled. Intent is to introduce global setting config parameters to specify which category of events to be published or not be published on the event bus. Diffs ----- plugins/event-bus/rabbitmq/src/org/apache/cloudstack/mom/rabbitmq/RabbitMQEventBus.java 478c8d7 server/src/com/cloud/configuration/Config.java 2d55f46 server/src/com/cloud/test/DatabaseConfig.java 9370218 Diff: https://reviews.apache.org/r/18677/diff/ Testing ------- Successfully tested publishing / not publishing of various events based on the global parameter publish.*.events. Thanks, Sonal Ojha