-
Updated
Jul 22, 2021 - Java
{{ message }}
Remote procedure call (RPC) is when a computer program causes a procedure to execute in a different address space (commonly on another computer on a shared network), which is coded as if it were a normal (local) procedure call, without the programmer explicitly coding the details for the remote interaction.
Protocol Buffers - Google's data interchange format
FlatBuffers: Memory Efficient Serialization Library
Go Micro is a framework for distributed systems development
The Go language implementation of gRPC. HTTP/2 based RPC
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.
As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/bra
deepstream.io server
Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱!
High-performance PHP application server, load-balancer and process manager written in Golang
High performance, simple, extensible golang open source network library
For example, we do not provide these methods.
final GraphQLSchema schema = ...
sb.service("/graphql", GraphqlService.builder()
.schema(schema)
.runtimeWiring(c -> {
final StaticDataFetcher bar = new StaticDataFetcher("bar");
c.A high performance microservice framework in golang. A linux foundation project.
An efficient, extensible and easy-to-use RPC framework.
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP
Scalable Distributed Game Server Engine with Hot Swapping in Golang
Event driven concurrent framework for Python
Comprehensive RPC framework with support for C++, C#, Java, JavaScript, Python and more.
Java生态研究(Spring Boot + Redis + Dubbo + RocketMQ + Elasticsearch)
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:
All sentences with 'HealthCheckThread' should be rewritten to sync with the