cloudstack/client
Pierre-Yves Ritschard 04b30e0e66 Add Apache Kafka event-bus support - producing only.
This commit produces event bus messages to a "cloudstack" topic
in Apache Kafka. Configuration is expected to be found in
/etc/cloudstack/management/kafka.producer.properties and will
generally be of the form:

    bootstrap.servers=kafka-host1:9092,kafka-host2:9092
    key.serializer=org.apache.kafka.common.serialization.StringSerializer
    value.serializer=org.apache.kafka.common.serialization.StringSerializer

There is no way to parameterize the topic yet, and the consuming
code is just place-holder. I think adding a consumer within cloudstack
is very debatable and likely not needed.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-03-11 21:40:49 +05:30
..
WEB-INF Update messages.properties 2015-02-25 10:31:57 +00:00
bindir Summary: update packaging 2013-02-05 10:47:42 +01:00
distro init: Explicitly set the HOME variable to the homedir of the user cloud 2013-01-09 13:11:21 +01:00
resources/META-INF/cloudstack Spring Modularization 2013-10-02 15:41:04 -07:00
tomcatconf CLOUDSTACK-8151: Add removeRawUsageRecords API to cleanup old cloud_usage data 2015-01-23 19:38:32 +05:30
pom.xml Add Apache Kafka event-bus support - producing only. 2015-03-11 21:40:49 +05:30