FundingCircle / jackdaw

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

Supporting version 5.5.0 of schema registry #252

Open mt3593 opened 4 years ago

mt3593 commented 4 years ago

Can raise a PR for this but would be good to update to the latest version

cddr commented 4 years ago

Bumping the confluent version has traditionally been a fairly simple thing to do. Here's the PR for the last time it was done.

https://github.com/FundingCircle/jackdaw/pull/217

It's worth reading the upstream changelog to see if there's any major API changes that need to be accommodated but confluent/apache are generally pretty good about not breaking stuff.