Skip to content

Commit

Permalink
[pinpoint-apm#9323] Fix gRpc receiver configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad authored and BillionaireDY committed Dec 29, 2022
1 parent 7e9c510 commit e659501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<bean id="grpcAgentSslReceiver" class="com.navercorp.pinpoint.collector.receiver.grpc.GrpcReceiver">
<property name="bindAddress" value="#{grpcAgentSslReceiverConfig.bindAddress}"/>
<property name="executor" ref="grpcAgentServerExecutor"/>
<property name="callExecutor" ref="grpcAgentServerCallExecutor" />
<property name="serverCallExecutorSupplier" ref="grpcAgentServerCallExecutorSupplier" />
<property name="addressFilter" ref="addressFilter"/>
<property name="bindableServiceList" ref="agentServiceList"/>
<property name="serverInterceptorList" ref="agentInterceptorList"/>
Expand Down

0 comments on commit e659501

Please sign in to comment.