-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FSSDK-9632] feat: Implement notification consistency across agent no…
…des (#399) * start basic implementation * resolve conflict * change notification.go logic * modify notification handler * Update config * add redis pubsub struct * update config * implement & use redis center as notification.center * use opticlient from middleware * rename notification handler name * update config management * update notidication sender * cleaner syncup code * update test * add notification filtering * fix bug * rename syncer struct * not using pointers * fix test * implement data channel * update tests * add unit tests for default receiver * add unit tests for redis receiver * add unit test * add comments * clean up * fix license header year * update config * use default response writer * filter on sdk keys * update unit test * fix failing acceptance test * rename
- Loading branch information
1 parent
8448a4d
commit 9825f2d
Showing
12 changed files
with
703 additions
and
145 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
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.