Hacker News new | ask | show | jobs
by kortilla 2173 days ago
Consider embedding gobgp directly if the issue is performance of grpc.

CoreBGP isn’t for you if you want something to do the work of evpn parsing for you. This framework gives you hooks to the very low level bgp state machine. There is a lot on top to do yourself to support the exotic address families.

1 comments

Actually I'm quite satisfied with the performance.

The main reason I'm considering using CoreBGP directly is that in order to use the evpn project I'm building, the user has to setup a GoBGP instance which might cause problems.

Embedding GoBGP just like kube-router[0] did might be a good idea too. Thank you for the advice.

[0]: https://github.com/cloudnativelabs/kube-router