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'.
| Version: | 1.1 |
| Depends: | rJava, RUnit, rkafkajars |
| Published: | 2017-06-28 |
| Author: | Shruti Gupta[aut,cre] |
| Maintainer: | Shruti Gupta <shrutigupta34 at gmail.com> |
| License: | Apache License 2.0 | file LICENSE |
| NeedsCompilation: | no |
| SystemRequirements: | Oracle Java 7,Apache Kafka 2.8.0-0.8.1.1 |
| CRAN checks: | rkafka results |
| Reference manual: | rkafka.pdf |
| Vignettes: |
rkafka |
| Package source: | rkafka_1.1.tar.gz |
| Windows binaries: | r-devel: rkafka_1.1.zip, r-release: rkafka_1.1.zip, r-oldrel: rkafka_1.1.zip |
| macOS binaries: | r-release: rkafka_1.1.tgz, r-oldrel: rkafka_1.1.tgz |
| Old sources: | rkafka archive |
Please use the canonical form https://CRAN.R-project.org/package=rkafka to link to this page.