jackdaw

https://github.com/FundingCircle/jackdaw
kenny 2018-12-08T00:32:58.004Z

I'm investigating jackdaw as a replacement for our internal Kafka Streams DSL. However, we need some features that are part of Kafka Streams 2.1.0. If I wanted to give jackdaw a try, would I just need to replace all these deps with the 2.1.0 version?

[org.apache.kafka/connect-api "2.0.0"]
[org.apache.kafka/connect-json "2.0.0"]
[org.apache.kafka/connect-runtime "2.0.0"]
[org.apache.kafka/kafka-clients "2.0.0"]
[org.apache.kafka/kafka-streams "2.0.0"]
[org.apache.kafka/kafka_2.11 "2.0.0"]