R/kafkaesquejars-package.R

#' Java Archive Wrapper Supporting the 'kafkaesque' Package
#'
#' Kafka is a big data technology providing a scalable, persistent, distributed,
#' high throughput event log to which clients can subscribe topics or publish
#' messages.
#'
#' @md
#' @name kafkaesquejars
#' @docType package
#' @author Peter Meissner <retep.meissner@@gmail.com>
#' @import rJava
#'
#' @examples
#' library(kafkaesquejars)
#'
NULL
petermeissner/kafkaesquejars documentation built on Dec. 31, 2020, 1:18 a.m.