shardingsphere-elasticjob icon indicating copy to clipboard operation
shardingsphere-elasticjob copied to clipboard

The lite-core module decouples ZooKeeper

Open mytang0 opened this issue 2 years ago • 2 comments

Fixes #2183 .

Changes proposed in this pull request:

The elasticjob-lite-core module decouples ZooKeeper, introduce the implementation of the on-demand registration center when using it.

mytang0 avatar Feb 16 '23 07:02 mytang0

Codecov Report

Merging #2182 (aea9c7f) into master (bf9bf75) will not change coverage. The diff coverage is 81.81%.

@@            Coverage Diff            @@
##             master    #2182   +/-   ##
=========================================
  Coverage     84.61%   84.61%           
- Complexity     1916     1917    +1     
=========================================
  Files           286      287    +1     
  Lines          6279     6279           
  Branches        695      692    -3     
=========================================
  Hits           5313     5313           
- Misses          646      648    +2     
+ Partials        320      318    -2     
Impacted Files Coverage Δ
...sticjob/lite/api/registry/JobInstanceRegistry.java 41.37% <0.00%> (ø)
...ite/internal/listener/ListenerNotifierManager.java 89.47% <ø> (ø)
...ere/elasticjob/lite/internal/util/ThreadUtils.java 70.00% <70.00%> (ø)
...ticjob/lite/internal/snapshot/SnapshotService.java 89.70% <100.00%> (+3.80%) :arrow_up:
...ite/internal/election/ElectionListenerManager.java 91.66% <0.00%> (-4.17%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Feb 16 '23 07:02 codecov-commenter

Please take a look @TeslaCN

mytang0 avatar Feb 17 '23 16:02 mytang0