IAS shall not need a local installation of kafka
Closed this issue · 1 comments
acaproni commented
The IAS now needs kafka to be installed in the same server where it (or part of it runs).
While the IAS needs to connect to kafka topics, it shall not require a local installation of kafka.
At first glance, this requirement can be lift changing the iasDumpKafkaTopic
python tool that actually delegates to binaries in KAFKA_HOME
.
acaproni commented
Implemented.
iasDumpKafkaTopic has been replaced by iasLogDumper