Document SubscribeKafkaTopic function.
[R/project-using-kafka-in-R.git] / R / CreateKafkaConsumer.R
index 71f9f729eebe8ea40d76c9f7d3c431dcb3d01c3d..ae9abf0ea49a125151a1e0d3707a25ab4206ba8e 100644 (file)
@@ -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.