Merge branch 'CAMEL-11237' into apache-master
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a914e6b0 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a914e6b0 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a914e6b0 Branch: refs/heads/master Commit: a914e6b0b5c8426de2d870073c7be166e30aa080 Parents: 7162d79 23a9725 Author: Nicola Ferraro <ni.ferr...@gmail.com> Authored: Thu May 25 14:02:37 2017 +0200 Committer: Nicola Ferraro <ni.ferr...@gmail.com> Committed: Thu May 25 14:02:37 2017 +0200 ---------------------------------------------------------------------- components/camel-grpc/pom.xml | 16 +- .../src/main/docs/grpc-component.adoc | 42 +++- .../camel/component/grpc/GrpcConfiguration.java | 63 +++++- .../camel/component/grpc/GrpcConstants.java | 12 ++ .../camel/component/grpc/GrpcConsumer.java | 146 +++++++++++++ .../camel/component/grpc/GrpcEndpoint.java | 6 +- .../grpc/GrpcProcessingStrategies.java | 38 ++++ .../apache/camel/component/grpc/GrpcUtils.java | 14 ++ .../grpc/server/GrpcHeaderInterceptor.java | 45 ++++ .../grpc/server/GrpcMethodHandler.java | 97 +++++++++ .../GrpcRequestAbstractStreamObserver.java | 43 ++++ .../GrpcRequestAggregationStreamObserver.java | 84 ++++++++ .../GrpcRequestPropagationStreamObserver.java | 89 ++++++++ .../grpc/GrpcConsumerAggregationTest.java | 216 +++++++++++++++++++ .../grpc/GrpcConsumerConcurrentTest.java | 198 +++++++++++++++++ .../grpc/GrpcConsumerPropagationTest.java | 159 ++++++++++++++ parent/pom.xml | 4 + .../springboot/GrpcComponentConfiguration.java | 3 +- 18 files changed, 1256 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a914e6b0/parent/pom.xml ----------------------------------------------------------------------