OCSInventory-NG / OCSInventory-Server

Communication server of OCS Inventory
http://www.ocsinventory-ng.org/
GNU General Public License v2.0
344 stars 139 forks source link

[FEATURE] Event based for inventory update #329

Open dust63 opened 3 years ago

dust63 commented 3 years ago

Should be nice to implement a module for generating event on bus like rabbitMQ . Idea is to generate an event when a inventory is done for a computer.

You can use this lib to generate an event on RabbitMQ https://metacpan.org/pod/Net::AMQP::RabbitMQ

thfiliol1 commented 1 year ago

Or Kafka also ?