-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate gRPC client filters (#1890)
Motivation: gRPC client filters are not as flexible as HTTP client filters. Their reuse is limited due to the strict typing with gRPC definitions. HTTP filters are the best choice most of the time. If required, users can embed their custom logic in the actual client implementation where the decoded protos can be accessed. Modifications: - Deprecated `GrpcClientFilterFactory`, - Deprecated `GrpcClientFactory#appendClientFilter`, `GrpcClientFactory#appendClientFilterFactory`, and `GrpcClientFactory#newFilter` methods, - `Generator` adds deprecations to corresponding generated classes/interfaces and methods, - Added deprecation warning in the project documentation. Result: Client filters have been deprecated and are prepared for removal in a future release.
- Loading branch information
Dariusz Jedrzejczyk
committed
Oct 18, 2021
1 parent
4083567
commit 1a2cc15
Showing
5 changed files
with
94 additions
and
8 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