Federico Paolinelli

Results 511 comments of Federico Paolinelli

Hi, thanks for filing the issue. I have the feeling that relying on the current data model (routerid in the bgppeer because we have a node selector) is too fragile...

I think the general status exposure is way broader than this, and will file a design proposal soon-ish to collect all my considerations. I'd rather trying to collect all the...

I am not sure yet! That will be part of the proposal, which will obviously open for discussion before we merge it

Ah you are right @marwan-at-work . I was thinking about integrating https://golang.org/pkg/expvar/ instead of doing a custom solution, but not sure it fits the bill of having the endpoint protected....

Make sense to me. If we foresee using auth, it's still probably worth using a custom endpoint instead of `expar`.

Hey, can I take this? Can't promise any speed in delivery though

Looks interesting! Some thoughts: - even if it's the implementer's responsability not to block, I'd avoid relying on their good will / absence of bug for making sure athens is...

To add an alternative, I had a good experience with https://github.com/ory/dockertest which seems to solve the same problem.

I used it in my previous job, but IIRC the examples are pretty clear: https://github.com/ory/dockertest/tree/v3/examples It uses the docker go lib to spin up what's needed, and an exponential backoff...