nats-io / nats-kafka

NATS to Kafka Bridging
Apache License 2.0
131 stars 32 forks source link

Skip JetStream if not configured #54

Closed variadico closed 3 years ago

variadico commented 3 years ago

This skips trying to connect to JetStream if it's missing from the nats-kafka configuration.

codecov-commenter commented 3 years ago

Codecov Report

Merging #54 (8163631) into main (20d33b0) will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
+ Coverage   80.43%   80.54%   +0.10%     
==========================================
  Files          18       18              
  Lines        1247     1254       +7     
==========================================
+ Hits         1003     1010       +7     
  Misses        152      152              
  Partials       92       92              
Impacted Files Coverage Δ
server/core/nats.go 75.25% <100.00%> (+1.92%) :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 20d33b0...8163631. Read the comment docs.