Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

Parse XML logs from FTP #3

Closed
vladvelici opened this issue Sep 25, 2015 · 0 comments
Closed

Parse XML logs from FTP #3

vladvelici opened this issue Sep 25, 2015 · 0 comments

Comments

@vladvelici
Copy link
Contributor

The messages sent over STOMP are updates, and if some updates are missing the data does not reflect the reality.

Adding a way to parse the darwin logs from FPT given a start timestamp would help address this issue.

The messages taken from the logs need to be sent over to the listener implemented by the client (user of this library) just as the STOMP messages, and the order should be as they were sent from Darwin. This makes all the complicated logic of going to FTP, downloading XMLs, and then connecting to STOMP transparent to the client.

Maybe an extra, optional argument on the on_*_message methods to indicate the source would be nice.

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

No branches or pull requests

1 participant