-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The motivation for this patch is due to the change in the KNoT AMQP API, which changed the name of config to event and unified the event and schema messages in a new type of message called config. The new KNoT AMQP API can be found at https://github.com/CESARBR/knot-babeltower on the file /docs/events.md, using the hash 4aa5a91. This patch makes the following changes: - Change the API for sending and receiving a config message instead of a schema; - Adapts the content of the config message to match the new AMQP API of KNoT; - Change the parser to work with the new json messages of the new KNoT AMQP API.
- Loading branch information
Showing
6 changed files
with
325 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.