Siri updaters for Azure ServiceBus#4106
Conversation
|
If you want to encourage Azure usage by other orgs then you could put complete config files in |
leonardehrenfried
left a comment
There was a problem hiding this comment.
I would move the new interface into the core but I think we want to hear other people's opinion on this.
I've added some extra documentation now. |
leonardehrenfried
left a comment
There was a problem hiding this comment.
I cannot say anything about the Siri or Azure part but from a core perspective this looks well separated and doesn't seem to interfere with the rest of the system.
Siri ET and SX updaters that allow OTP to connect to Azure Service Bus. There's implementation for fetching from "history" endpoint as well so that old messages can be fetched.
…itonal documentation
efefcc6
18cdec6 to
efefcc6
Compare
| @@ -0,0 +1,7 @@ | |||
| # Siri Azure Updater | |||
|
|
|||
| This is module developed by Skånetrafiken. It provides support for fetching SIRI SX / ET messages through | |||
There was a problem hiding this comment.
This needs to be linked form the top level sandbox list and contain the same sections as the other sandbox features, like changelog and contact info
| @@ -0,0 +1,7 @@ | |||
| # Siri Azure Updater | |||
There was a problem hiding this comment.
This file should be removed, as there is now docs/sandbox/SiriAzureUpdater.md
Summary
Siri ET and SX updaters that allow OTP to connect to Azure Service Bus. There's implementation for fetching from "history" endpoint as well so that old messages can be fetched. We are using those updaters at Skånetrafiken to fetch realtime data.
Issue
n/a
Unit tests
No new unit tests.
Code style
Formtted with maven plugin.
Documentation
Added json example how the updaters should configured.