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

Replacing deprecated methods in avro with supported methods #264

Closed prakashkillada-fc closed 4 years ago

prakashkillada-fc commented 4 years ago

Checklist

This change is tested against SBA connector project and looks fine.

creese commented 4 years ago

Please update the CHANGELOG.

codecov[bot] commented 4 years ago

Codecov Report

Merging #264 into master will increase coverage by 0.39%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #264      +/-   ##
==========================================
+ Coverage   80.87%   81.26%   +0.39%     
==========================================
  Files          41       41              
  Lines        2562     2562              
  Branches      149      149              
==========================================
+ Hits         2072     2082      +10     
+ Misses        341      331      -10     
  Partials      149      149              
Impacted Files Coverage Δ
src/jackdaw/serdes/avro.clj 89.07% <100.00%> (ø)
src/jackdaw/serdes/edn2.clj 90.90% <0.00%> (+45.45%) :arrow_up:

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 6b43dc9...99247c4. Read the comment docs.

prakashkillada-fc commented 4 years ago

Please update the CHANGELOG.

@creese Added the changelog. Please check.