baidu / baidu/Jprotobuf-rpc-socket
增加StrategyInterceptor属性可设置
- 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