-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-5265] Rm blockcutter message validation
The primary goal of the series in FAB-5258 is to prevent all OSNs from having to validate all messages for all channels. Since all messages pass through the block cutter, the block cutter cannot be involved in message validation as it currently is. This CR pulls the message validation out of the blockcutter and pushes it into the msgprocessor definitions. Ultimately, the msgprocessor interfaces will only be called if necessary, eliminating the performance bottleneck. Change-Id: I3c0d41e47873aa6e764c70fd176722306f00655c Signed-off-by: Jason Yellick <[email protected]>
- Loading branch information
Jason Yellick
committed
Jul 27, 2017
1 parent
258b25c
commit ed9517e
Showing
5 changed files
with
30 additions
and
144 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