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

Prevent reflection warnings when creating ProducerRecords #244

Closed 99-not-out closed 4 years ago

99-not-out commented 4 years ago

Small reworking to prevent harmless but distracting reflection warnings appearing when creating ProducerRecords.

codecov[bot] commented 4 years ago

Codecov Report

Merging #244 into master will decrease coverage by 0.39%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #244      +/-   ##
==========================================
- Coverage   81.22%   80.82%   -0.40%     
==========================================
  Files          41       41              
  Lines        2519     2519              
  Branches      149      149              
==========================================
- Hits         2046     2036      -10     
- Misses        324      334      +10     
  Partials      149      149              
Impacted Files Coverage Δ
src/jackdaw/serdes/edn2.clj 45.45% <0.00%> (-45.46%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aac78df...22b0fab. Read the comment docs.