shrutigupta23/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'.

Getting started

Package details

AuthorShruti Gupta[aut,cre]
MaintainerShruti Gupta <shrutigupta34@gmail.com>
LicenseApache License 2.0 | file LICENSE
Version1.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("shrutigupta23/rkafka")
shrutigupta23/rkafka documentation built on May 29, 2019, 9:36 a.m.