X-Git-Url: http://git.vanrenterghem.biz/R/project-using-kafka-in-R.git/blobdiff_plain/e8e58503421340ca929ad43e76ca0adccbbf815d..cd56abd373b7483ac7815e234bb7ef0dfb0dc261:/R/CreateKafkaConsumer.R diff --git a/R/CreateKafkaConsumer.R b/R/CreateKafkaConsumer.R index 71f9f72..ae9abf0 100644 --- a/R/CreateKafkaConsumer.R +++ b/R/CreateKafkaConsumer.R @@ -1,6 +1,6 @@ #' Create Apache Kafka consumer using Confluent's REST Proxy API #' -#' \code{CreateKafkaConsumer} creates an Apache Kafka consumer using the rest proxy api provided by Confluence. +#' \code{CreateKafkaConsumer} creates an Apache Kafka consumer using the rest proxy api provided by Confluent. #' #' @param kafka.rest.proxy The URI of the REST Proxy. Defaults to \url{http://localhost:8082}. #' @param consumer A chr object with the name for the consumer.