-
Notifications
You must be signed in to change notification settings - Fork 23
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
Reading BMP messages from Kafka stream #48
Comments
Hey there, |
Thanks for the reply alistairking that worked. I have one more question. When working with MRT dumps for BGP updates I can see all the updates from a collector in time sequential order but when I process it on Kafka stream, only bgp updates from a particular peer is Time sequential order but not from a single collector. Is this expected behavior ? |
Yeah. The topics in the RouteViews BMP stream are partitioned based on peer ASN. |
Thanks for the info @alistairking Where can I get more details regarding the routeviews bmp kafka stream partitions and topics supported If there are any other BMP KAFKA streams which can be used for live processing of BGP updates from RRC or routeviews please do share the same. |
the RV topics are all structured as afaik there is not currently a kafka stream for RIS data. |
Thanks for the info @alistairking |
Hi All,
As per my understanding bgpreader provides data_interface option to read from a particular topic in kafka stream and dump output.
While using pybgpstream, I can see data_interface option where I can provide Kafka, but I am not sure how I can share kafka topic and filter for the same? Any ideas ?
The text was updated successfully, but these errors were encountered: