Netflix / genie

Distributed Big Data Orchestration Service
https://netflix.github.io/genie
Apache License 2.0
1.72k stars 369 forks source link

Templatize server hostname endpoint of local agent launcher #1063

Closed mprimi closed 3 years ago

mprimi commented 3 years ago

Allow setting a custom endpoint for agents to connect to via properties

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.0009%) to 93.915% when pulling e566b6002d98aebbdea4298a39d4c0d60a8794b3 on mprimi:GENIE-702-local-launcher-hostname into ce6ccae634de64bb2d12897d740262e0693b308d on Netflix:master.

codecov[bot] commented 3 years ago

Codecov Report

Merging #1063 (e566b60) into master (ce6ccae) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1063   +/-   ##
=========================================
  Coverage     90.96%   90.96%           
- Complexity     3597     3598    +1     
=========================================
  Files           451      451           
  Lines         13809    13811    +2     
  Branches        948      948           
=========================================
+ Hits          12561    12563    +2     
  Misses          831      831           
  Partials        417      417           
Impacted Files Coverage Δ Complexity Δ
...b/agent/launchers/impl/LocalAgentLauncherImpl.java 82.11% <100.00%> (+0.14%) 12.00 <0.00> (ø)
...e/web/properties/LocalAgentLauncherProperties.java 100.00% <100.00%> (ø) 13.00 <1.00> (+1.00)

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 ce6ccae...e566b60. Read the comment docs.