Hi guys, We are implementing a messaging system in order to perform Real time analytics. However, we are confused on using ActiveMQ or Apache Kafka. The point of worry for us are :
1. What kind of data can be ingested by Apache kafka? If we see , Active MQ uses the JMS which has an API to Java as well as other open source technologies. Therefore, in future we need not worry about interface to or from ActiveMQ while performing analytics. Does kafka have any feature like this where it can use a messaging service which can handle wide range of input types and also have connectors to various other systems? 2. As compared to network of brokers concept in ActiveMQ do we have something like that in kafka also?? Thanks, Siddharth Ubale