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"]