baidu / baidu/Jprotobuf-rpc-socket

增加StrategyInterceptor属性可设置

Open
#63 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
535
Forks
216
PR merge metrics
No merged PRs in 30d

Description

增加StrategyInterceptor属性可设置, 可以从 com.baidu.jprotobuf.pbrpc.spring.HaRpcProxyFactoryBean 对象进行设置

<bean id="echoServiceProxy" class="com.baidu.jprotobuf.pbrpc.spring.HaRpcProxyFactoryBean">
<property name="serviceInterface" value="com.baidu.jprotobuf.pbrpc.EchoService"></property>
**<property name="strategyInterceptor" ref="strategyInterceptor"></property>**
<property name="namingService" ref="namingService"></property>
</bean>

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with com.baidu.jprotobuf.pbrpc.spring.HaRpcProxyFactoryBean and compare its existing configurable bean properties. Verify that the strategyInterceptor property can be supplied in the shown Spring XML configuration and that the configured value is available to the proxy factory.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spring
Domain
api, backend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.