sanjuthomas / kafka-connect-gcp-bigtable

Kafka Sink Connect to GCP Bigtable - https://www.confluent.io/hub/sanjuthomas/kafka-connect-gcp-bigtable
http://sanjuthomas.com
MIT License
7 stars 8 forks source link

adding error handler #7

Closed sanjuthomas closed 5 years ago

sanjuthomas commented 5 years ago

error handler and test case.

codecov[bot] commented 5 years ago

Codecov Report

Merging #7 into develop will increase coverage by 2.67%. The diff coverage is 95.08%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop       #7      +/-   ##
=============================================
+ Coverage      80.89%   83.56%   +2.67%     
- Complexity       102      115      +13     
=============================================
  Files             19       21       +2     
  Lines            314      359      +45     
  Branches          15       19       +4     
=============================================
+ Hits             254      300      +46     
+ Misses            56       55       -1     
  Partials           4        4
Impacted Files Coverage Δ Complexity Δ
...juthomas/gcp/bigtable/sink/BigtableSinkConfig.java 25% <ø> (ø) 1 <0> (ø) :arrow_down:
.../sanjuthomas/gcp/bigtable/config/WriterConfig.java 100% <100%> (+7.69%) 7 <0> (ø) :arrow_down:
.../sanjuthomas/gcp/bigtable/writer/ErrorHandler.java 100% <100%> (ø) 8 <8> (?)
...anjuthomas/gcp/bigtable/writer/BigtableWriter.java 95.91% <100%> (+5.29%) 14 <4> (+4) :arrow_up:
...gtable/exception/BigtableWriteFailedException.java 100% <100%> (ø) 1 <1> (?)
...anjuthomas/gcp/bigtable/sink/BigtableSinkTask.java 78.04% <75%> (-1.37%) 8 <0> (ø)
...va/com/sanjuthomas/gcp/bigtable/config/Config.java 97.67% <80%> (+0.17%) 19 <1> (ø) :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 3c23bda...335ef7e. Read the comment docs.