-
Notifications
You must be signed in to change notification settings - Fork 746
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nats standard and streaming support (#156)
* Fixing deactivate route bug in webhook gateway * Fixing deactivate route bug in storage gateway * fixing event source deactivation -> activation bug * Started adding support for NATS streaming * Started working on supporting nats standard and streaming for communication between gateway and sensor * Changing nats subscription to queue subscription * Fire K8s event on nats connection/subscription updates * Updating gateway and sensor controller validate method * Fixing nats-streaming issue * Fix storage grid channel issue * Removing premature return in transformer * Renaming dispatchProtocol to eventProtocol * Moving common structs in apis package * Adding deepcopy and proto files for common api * making trigger errors more explicit
- Loading branch information
1 parent
2605141
commit 3461eda
Showing
72 changed files
with
6,359 additions
and
4,171 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.