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

fix reflection warnings #358

Closed AndrewKeedle closed 1 year ago

AndrewKeedle commented 1 year ago

v0.9.10 introduced some reflection warnings. Whilst harmless seeing .deleteTopics appear in your logs at app startup is a little unsettling.

Checklist