rkafka: Using Apache 'Kafka' Messaging Queue Through 'R'

Apache 'Kafka' is an open-source message broker project developed by the Apache Software Foundation which can be thought of as a distributed, partitioned, replicated commit log service.At a high level, producers send messages over the network to the 'Kafka' cluster which in turn serves them up to consumers.See <http://kafka.apache.org/> for more information.Functions included in this package enable:1.Creating 'Kafka' producer 2.Writing messages to a topic 3.Closing 'Kafka' producer 4.Creating 'Kafka' consumer 5.Reading messages from a topic 6.Closing 'Kafka' consumer. The jars required for this package are included in a separate package 'rkafkajars'.Thanks to Mu Sigma for their continued support throughout the development of the package.

Version: 1.0
Depends: rJava, RUnit, rkafkajars
Published: 2015-04-13
Author: Shruti Gupta[aut,cre]
Maintainer: Shruti Gupta <shruti.gupta at mu-sigma.com>
BugReports: NA
License: Apache License 2.0 | file LICENSE
URL: NA
NeedsCompilation: no
SystemRequirements: Oracle Java 7,Apache Kafka 2.8.0-0.8.1.1
CRAN checks: rkafka results

Downloads:

Reference manual: rkafka.pdf
Vignettes: rkafka
Package source: rkafka_1.0.tar.gz
Windows binaries: r-devel: rkafka_1.0.zip, r-release: rkafka_1.0.zip, r-oldrel: rkafka_1.0.zip
OS X Mavericks binaries: r-release: rkafka_1.0.tgz, r-oldrel: rkafka_1.0.tgz