bbejeck / kafka-streams

Code examples for working with Kafka Streams
Apache License 2.0
255 stars 104 forks source link

Update to latest kafka release, use maven repo for kafka & rocksdb #2

Closed cwelton closed 8 years ago

cwelton commented 8 years ago
  1. Removes libs directory.
  2. Updates dependencies to official release version of Kafka 10.0.1.0
  3. Leverages the maven repo for kafka and rocksdb dependencies.
  4. Updates the historical TumblingWindows API to the newer TimeWindows code.
bbejeck commented 8 years ago

@cwelton

Thanks for the PR!

I've had these exact items on my todo list, but obviously didn't get to it yet.