Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pybgpkit in parse-only mode #7

Open
ACodingfreak opened this issue Jan 23, 2023 · 2 comments
Open

pybgpkit in parse-only mode #7

ACodingfreak opened this issue Jan 23, 2023 · 2 comments

Comments

@ACodingfreak
Copy link

Hi All,

I understand that currently pybgpkit cannot parse BMP messages from a Kafka stream. If I have kafka consumer can it parse BMP messages ?

Let us say I am having kafka consumer logic to read data from a kafka topic in python. Can I use the bgpkit as a parser to parse the BMP messages (bmp_raw) and generate bgp updates out of it ? If Yes, can someone share an example for the same ?

@digizeph
Copy link
Member

It is a feature that we want to add to the Rust lib, but it's unlikely to come to python bind soon as the actual BGP message structs are not easy to translate to Python.

@ACodingfreak
Copy link
Author

thanks for the reply digizeph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants