Releases: jpzk/mockedstreams
Releases · jpzk/mockedstreams
v1.7.0
- Bumping versions of dependencies
- Build against Apache Kafka 1.1.0
- Daniel Wojda added new way of supplying topologies (withTopology)
- Added Daniel Wojda to CONTRIBUTORS.md
v1.6.0
- Build against Apache Kafka 1.0.1
- Updated Scala 2.12 version to 2.12.4
1.5.0
- Build against Apache Kafka 1.0
- Updated ScalaTest version to 3.0.4
- Updated RocksDB version to 5.7.3
- KStreamBuilder -> StreamsBuilder
- Updated stream creation with Consumed.with
v1.4.0
- Build against Apache Kafka 0.11.0.1
- Added record order and multiple emissions by Svend Vanderveken
- Updated SBT to 1.0.2
- Added Svend Vanderveken to CONTRIBUTORS.md
1.2.1
- Build against Apache Kafka 0.10.2.1
- Added calling of clean up method after driver run
- Updated ScalaTest version to 3.0.2
- Updated Scala Versions
- Added CodeCov and SCoverage coverage report
1.2.0
- Build against Apache Kafka 0.10.2
- Added support for Scala 2.12.1
- Added .stateTable and .windowStateTable method for retrieving state stores as Map
- Added contributors file
- Removed dependencies to Log4j and Slf4j
- Updated RocksDB version to 5.0.1
- Updated ScalaTest version to 3.0.1
- Added assertions in the test for input validation
1.0
- Released on Maven Central Repository
- Multiple input and output streams
- Specification of topology as function (KStreamBuilder => Unit)
- .outputTable will return compacted table as Map[K,V]
- Support for Scala 2.11.8
- Support for Apache Kafka 0.10.1.0
- Test suite