embeddedkafka / embedded-kafka

A library that provides an in-memory Kafka instance to run your tests against.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build with Scala 2.13

ennru opened this issue · comments

Akka is now published for Scala 2.13.0-M5.
It would be great to get an embedded-kafka version for it.

Waiting for Apache to release a 2.13-compatible version of Kafka...

https://issues.apache.org/jira/browse/KAFKA-7197
apache/kafka#5454

They still have issues when compiling, apparently: apache/kafka#6989

@francescopellegrini apache/kafka#6989 already merged)

Probably coming in 2.4.0

apache released kafka right ?
Any blockers for 2.13 ?

apache released kafka right ?
Any blockers for 2.13 ?

Apache did not release Kafka 2.4.0 yet, unfortunately.

I've added 2.13 cross-build in #98

#111 adds Scala 2.13 to the list of versions Travis builds.

Kafka 2.4.0 is released at least as of https://mvnrepository.com/artifact/org.apache.kafka/kafka. Any other blockers here?

Should be good to go