Skip to content

Commit

Permalink
added CHANGELOG entries; changed version number in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jpzk committed Jun 2, 2018
1 parent 4f1d531 commit 175056e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Mocked Streams 1.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

## Mocked Streams 1.6.0

* Build against Apache Kafka 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Mocked Streams 1.7.0 [(git)](https://github.com/jpzk/mockedstreams) is a library for Scala 2.11 and 2.12 which allows you to **unit-test processing topologies** of [Kafka Streams](https://kafka.apache.org/documentation#streams) applications (since Apache Kafka >=0.10.1) **without Zookeeper and Kafka Brokers**. Further, you can use your favourite Scala testing framework e.g. [ScalaTest](http://www.scalatest.org/) and [Specs2](https://etorreborre.github.io/specs2/). Mocked Streams is located at the Maven Central Repository, therefore you just have to add the following to your [SBT dependencies](http://www.scala-sbt.org/0.13/docs/Library-Dependencies.html):

libraryDependencies += "com.madewithtea" %% "mockedstreams" % "1.6.0" % "test"
libraryDependencies += "com.madewithtea" %% "mockedstreams" % "1.7.0" % "test"

## Apache Kafka Compatibility

Expand Down

0 comments on commit 175056e

Please sign in to comment.