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

initial dump, end-of-rib (EOR) as per rfc 7854 #245

Open
umkhan123 opened this issue Oct 31, 2024 · 1 comment
Open

initial dump, end-of-rib (EOR) as per rfc 7854 #245

umkhan123 opened this issue Oct 31, 2024 · 1 comment

Comments

@umkhan123
Copy link

whenever I read data from Kafka, I only update messages but not the initial dump and EOR as per https://datatracker.ietf.org/doc/html/rfc7854#section-3.3.

All the initial data comes as separate messages with
{"action":"add"
.
which is same or any update so how we can differentiate between Initial dump and update

@sbezverk
Copy link
Owner

sbezverk commented Nov 5, 2024

The idea was that it is responsibility of the information consumer to deal with add/update logic. gobmp is not tracking all bmp sessions from this perspective, as tracking bmp sessions would impact scalability.

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