Add ResetKafkaConsumerOffset function.
[R/project-using-kafka-in-R.git] / DESCRIPTION
1 Package: KafkaRestAPI
2 Title: Interact With Kafka Using Rest API
3 Version: 0.1
4 Authors@R: person("Frederik", "Vanrenterghem", email = "frederik@vanrenterghem.biz",
5                   role = c("aut", "cre"))
6 Description: This package offers functions to interact with Apache Kafka using
7     the Confluence REST API.
8 Depends: R (>= 3.5.0)
9 License: GPL-3
10 Imports:
11     httr (>= 1.3.1),
12     jsonlite (>= 1.5)
13 LazyData: true