-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove explicit handling of unsupported resource types
Because there is no explicit provision for unknown resource types in the xDS protocol, the server implementation had to make a bunch of assumptions about how it should respond. These assumptions incidentally violated the xDS protocol NACK/ACK flow. Instead, the behavior should be handed off to the `ResourceLocator` implementation so that it can decide what to do. This also allows the simplification of the `ResourceLocator` interface, which is an added benefit. Note that this change is backwards incompatible, so will need to be bumped carefully.
- Loading branch information
1 parent
4922e55
commit 33fc4b6
Showing
7 changed files
with
64 additions
and
212 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.