The Wayback Machine - https://web.archive.org/web/20210611040455/https://github.com/topics/rpc
Skip to content
#

rpc

Here are 2,176 public repositories matching this topic...

advanced-java

😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识

  • Updated May 26, 2021
  • Java
zyearn
zyearn commented Aug 19, 2020

HealthCheckThread is replaced by StartHealthCheck function in socket.cpp, but some of the docs/comments are not modified correspondingly. There are 3 files that HealthCheckThread is involved in:

  • test/brpc_socket_unittest.cpp(3 occurrences)
  • docs/cn/load_balancing.md(1 occurrence)
  • src/brpc/socket.h(1 occurrence)

All sentences with 'HealthCheckThread' should be rewritten to sync with the

codefromthecrypt
codefromthecrypt commented Aug 29, 2018

Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1
It would also be nice to support optionally writing this, especially in message providers or others with constrained environments.

Expected behavior

As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/bra

trustin
trustin commented Jun 3, 2021

A user often binds on a loopback port to serve internal use only requests. It is currently done with port() method:

Server
  .builder()
  .port(new InetSocketAddress("127.0.0.1", 8080))
  ...

It could be useful to have a shortcut method loopbackPort(int):

Server
  .builder()
  .loopbackPort(8080)
  .loopbackPort(9090, SessionProtocol.HTTP, SessionProtocol.
edward-golang
edward-golang commented Nov 25, 2020

我按照pb2tarsgo的教程使用时,报下面的错误,请问怎么处理?
[root@localhost proto]# protoc --go_out=plugins=tarsrpc:. helloworld.proto
WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated.
A future release of golang/protobuf will delete this package,
which has long been excluded from the compatibility promise.

2020/11/24 21:38:40 WARNING: Missing 'go_package' option in

Improve this page

Add a description, image, and links to the rpc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rpc topic, visit your repo's landing page and select "manage topics."

Learn more