EzyMQ

1.2.5

1. What is QuickRPC?

QuickRPC is an open source and high-performance remote procedure (RPC). It’s use MessagePack protocol so It’s easier to use than gRPC. You can use QuickRPC to develop every TCP client-server application or service.

2. What does EzyHTTP provide?

  1. Blocking RPC.
  2. Fire and forget calling.
  3. POJO RPC.
  4. Async data handler.
Kafka example: And simple example for ezymq-kafka.