Skip to content

Tags: chenyiwenglish/brpc-java

Tags

v2.5.1

Toggle v2.5.1's commit message
release 2.5.1

v2.5.0

Toggle v2.5.0's commit message
Bugfix: Stargate service node registration path must be in lowercase (b…

…aidu#96)

Currently only the service name is converted to lowercase. We should do
the same on group and version as well.

v2.4.6

Toggle v2.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add serviceId to NamingOptions (baidu#92)

* bugfix: healthy checktimer checks instances which are deleted by NamingService

* add serviceId to NamingOptions

v2.4.5

Toggle v2.4.5's commit message
release 2.4.5

v2.4.3

Toggle v2.4.3's commit message
bugfix: remove noused kv attachments when A->B->C

v2.4.2

Toggle v2.4.2's commit message
release 2.4.2

v2.4.1

Toggle v2.4.1's commit message
release 2.4.1

2.4.0

Toggle 2.4.0's commit message
1. add support for spring boot starter, spring cloud.

2. use spi to refactor protocol/naming/loadbalance extension.
3. remove shared threadpool for client and server.
4. fix some bugs.

2.3.7

Toggle 2.3.7's commit message
1. support new protocols: public pbrpc, stargate.

2. add trace fileds.
3. different service can set its own thread pool.
4. add consul naming service.
5. RpcContext can set different runtime rpc configs, such as readTimeout.
6. refactor load balance interceptor, so that user can set custom load balance interceptor, such as ribbon.
7. http json client can talk with server which using brpc standard protocol.
8. fix some bugs, like naming update failed etc.