Dubbo source code series V1 Dubbo section 5 - service export source code analysis

Articles may be updated in priority Github , including article error correction and content addition. Other platforms will be late.Reprint notice: please indicate the source of GitHub, let's maintain a good technical creation environment together.If you want to submit issue or pr, it is recommended to Github Submit. The author will updat ...

Added by xfezz on Fri, 12 Nov 2021 17:49:25 +0200

The Ethernet node RPC port is open to the network security configuration being attacked

Ethereum supports RPC mode. When this mode is enabled, the Ethereum account can automatically complete some operations, such as automatic transfer to the wallet after digging out coins in the mine pool. Attackers mainly use RPC open ports, so they can protect themselves by limiting RPC ports. 1, The following main attack methods are analyz ...

Added by uatec on Mon, 25 Oct 2021 10:05:28 +0300

Core function design of RPC service caller

In the previous article, we introduced the implementation of RPC basic services. Now we will go on to how to make an RPC service into a standard product and what needs to be implemented. It is not enough for our service consumers to only realize remote invocation, which is still a long way from commercialization. The core functions of Consume ...

Added by Nunners on Sat, 18 Sep 2021 15:04:42 +0300