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

Use store-name override in 2-arity ktable constructor #249

Closed bunker-inspector closed 4 years ago

bunker-inspector commented 4 years ago

Re: https://github.com/FundingCircle/jackdaw/issues/248

codecov[bot] commented 4 years ago

Codecov Report

Merging #249 into master will increase coverage by 0.45%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #249      +/-   ##
==========================================
+ Coverage   80.82%   81.27%   +0.45%     
==========================================
  Files          41       41              
  Lines        2519     2521       +2     
  Branches      149      149              
==========================================
+ Hits         2036     2049      +13     
+ Misses        334      323      -11     
  Partials      149      149              
Impacted Files Coverage Δ
src/jackdaw/streams/interop.clj 80.55% <100.00%> (+0.27%) :arrow_up:
src/jackdaw/streams/specs.clj 96.90% <100.00%> (+0.01%) :arrow_up:
src/jackdaw/streams.clj 83.06% <0.00%> (+0.80%) :arrow_up:
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 8e59185...d077ca9. Read the comment docs.