fRanz
fRanz copied to clipboard
R client for Apache Kafka
Do you have the intention of continuing development on this package? It's not easily usable at the moment: `devtools::install_github` does not install it, there are no compile-notes or build instructions,...
We need to add Makevars/Makevars.win in order to link against librdkafka. It should consist of two options: 1. Link against a system include/library if already installed 2. Pull and compile...
Making this mostly for commenting and help rather then testing the build. I'm in the process of testing the travis build on my forked repository, but it continues to fail...
In order to get on CRAN we need to make sure the following is done (some of this is sprucing up the build process too) - [ ] Make a...
modified version of #29 for testing
Spruce up the readme with badges and other things similar to the pkgnet repo
In order to scale consuming kafka applications, there is a need to be able to register with a consumer group to commit offsets collectively and scale when consuming a topic....
- Add to CONTRIBUTING - Add a prehook - Enforce on the PR level in the least annoying way
Create CODEOWNERS to have default reviewers. They should be myself and @mjermann https://stackoverflow.com/a/46346494
Implement method to see the available topics for an instantiated `KafkaBroker`.