jpzk / mockedstreams

Scala DSL for Unit-Testing Processing Topologies in Kafka Streams
Apache License 2.0
187 stars 24 forks source link

Update to kafka 2.1 and scala DSL #45

Closed mdziemianko closed 5 years ago

mdziemianko commented 5 years ago

Update to use Kafka 2.1 and conversion to use new Scala DSL (instead of the old/Java DSL).

jpzk commented 5 years ago

I'll add the scala-dsl stuff in the next minor version!

mdziemianko commented 5 years ago

No worries:) Do you want me to resolve the conflicts or do you have your own branch?

jpzk commented 5 years ago

It would be great if you could rebase to master 👍 once you're ready i'll prepare a release/2.2.1 branch with your changes!

codecov[bot] commented 5 years ago

Codecov Report

Merging #45 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #45   +/-   ##
=======================================
  Coverage   97.91%   97.91%           
=======================================
  Files           1        1           
  Lines          48       48           
  Branches        2        1    -1     
=======================================
  Hits           47       47           
  Misses          1        1
Impacted Files Coverage Δ
.../com/madewithtea/mockedstreams/MockedStreams.scala 97.91% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 963db91...f92409e. Read the comment docs.

mdziemianko commented 5 years ago

done!