Mitch Pronschinske06/10/13
923 views
0 replies
Apache Kafka (kafka.apache.org) is a "distributed publish-subscribe messaging system" with some very interesting features for handling massive volumes of data without the traditional management and scale issues of JMS implementations. Written in Scala, it runs on the JVM and is easily integrated into Java apps.