davsclaus commented on a change in pull request #3901:
URL: https://github.com/apache/camel/pull/3901#discussion_r437339686



##########
File path: 
components/camel-grpc/src/main/java/org/apache/camel/component/grpc/GrpcConstants.java
##########
@@ -50,4 +50,9 @@
     String GRPC_EVENT_TYPE_ON_NEXT = "onNext";
     String GRPC_EVENT_TYPE_ON_ERROR = "onError";
     String GRPC_EVENT_TYPE_ON_COMPLETED = "onCompleted";
+
+    /*
+     * The registry key to lookup a custom BindableServiceFactory
+     */
+    String GRPC_BINDABLE_SERVICE_FACTORY_NAME = "bindableServiceFactory";

Review comment:
       I wonder if we should prefix it with grpc, eg grpcBindableServiceFactory




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to