-
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 service filters (#1887)
Motivation: gRPC service filters are not as flexible as HTTP service 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 service implementation where the decoded protos can be accessed. Modifications: - Deprecated `GrpcServiceFilterFactory`, - Deprecated `GrpcServiceFactory#appendServiceFilter` and `GrpcServiceFactory#appendServiceFilterFactory` methods, - `Generator` adds deprecations to corresponding generated classes/interfaces and methods. - Added deprecation warning in the project documentation. Result: Service filters have been deprecated and are prepared for removal in a future release.
- Loading branch information
Dariusz Jedrzejczyk
committed
Oct 18, 2021
1 parent
9b5fe0a
commit 4083567
Showing
6 changed files
with
88 additions
and
1 deletion.
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
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