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

server: mqtt2bufr can write malformed bufr #345

Open
pat1 opened this issue May 9, 2021 · 0 comments
Open

server: mqtt2bufr can write malformed bufr #345

pat1 opened this issue May 9, 2021 · 0 comments
Assignees
Labels

Comments

@pat1
Copy link
Member

pat1 commented May 9, 2021

related with
ARPA-SIMC/dballe#257

If a user publish wrong data/metadata on mqtt those data are written as bufr and amqp2dballed raise an exception.
A check on import level is not so easy because the bufr are grouped in amqp messages.
Python api do not implement an --rejected option as in dbadb import that shoud be a solution.
ARPA-SIMC/dballe#258
Rejected messages can be managed with an nack and a "x-dead-letter-exchange" option in rabbitmq queue with a dedicated exchange and queue ...

@pat1 pat1 added the bug label May 9, 2021
@pat1 pat1 self-assigned this May 9, 2021
@pat1 pat1 changed the title server: mqtt2bufr can write malformatted bufr server: mqtt2bufr can write malformed bufr May 11, 2021
@pat1 pat1 added this to the server rmap release 3 milestone Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant