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

Refactor Traffic Data Provider #55

Open
YuKitsune opened this issue May 9, 2020 · 1 comment
Open

Refactor Traffic Data Provider #55

YuKitsune opened this issue May 9, 2020 · 1 comment
Assignees
Labels
Improvement An improvement to an existing feature

Comments

@YuKitsune
Copy link
Owner

Need to refactor the Traffic Data Provider to react to new data incoming, rather than poll the data source.

@YuKitsune YuKitsune added this to the v0.1.0 milestone May 9, 2020
@YuKitsune YuKitsune self-assigned this May 9, 2020
@YuKitsune
Copy link
Owner Author

Consider using a delegate (Action<T>) to handle the data. Older data sources like Pilot Edge and IVAO can manually trigger this delegate using a timer, newer sources like VATSIM should be able to invoke the delegate when a new message has been received over Kafka.

@YuKitsune YuKitsune added the Improvement An improvement to an existing feature label May 9, 2020
@YuKitsune YuKitsune removed this from the v0.1.0 milestone Sep 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Improvement An improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant