bio-routing / bio-rd

bio routing is a project to create a versatile, fast and reliable routing daemon in Golang. bio = BGP + IS-IS + OSPF
Apache License 2.0
283 stars 44 forks source link

feat: implement ObserveRouters GRPC Service #454

Open margau opened 9 months ago

margau commented 9 months ago

This PR shall allow a streaming update (and removing) of routers with their VRFs, improving the possibility of chaining a ris-mirror behind a RIS while automatically updating the targets.

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0e48eb2) 54.34% compared to head (ed69fe7) 52.79%. Report is 3 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #454 +/- ## ========================================== - Coverage 54.34% 52.79% -1.56% ========================================== Files 146 152 +6 Lines 7901 8160 +259 ========================================== + Hits 4294 4308 +14 - Misses 3401 3646 +245 Partials 206 206 ``` | [Flag](https://app.codecov.io/gh/bio-routing/bio-rd/pull/454/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bio-routing) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/bio-routing/bio-rd/pull/454/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bio-routing) | `52.79% <ø> (-1.56%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bio-routing#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.