FundingCircle / jackdaw

A Clojure library for the Apache Kafka distributed streaming platform.
https://fundingcircle.github.io/jackdaw/
BSD 3-Clause "New" or "Revised" License
368 stars 80 forks source link

Move away from deprecated class ConsumerRecordFactory #315

Closed gphilipp closed 2 years ago

gphilipp commented 2 years ago

This change removes dependency on the obsolete test classes that have been removed in Kafka 3.0, paving the way for an upgrade. See this article for more context about this removal: https://www.confluent.io/en-gb/blog/test-kafka-streams-with-topologytestdriver/

Checklist