04 如何构建一个简单的RPC调用
1、什么叫RPC?
RPC(Remote Procedure Call) ,远程过程调度 RPC构成
RPC Consumer RPC Provider ConfigServer 1、Provider 启动 ConfigServer 注册服务 2、Consumer 启动 ConfigServer 订阅服务, 3、发起调用 Consumer —> Provider 4、响应调用 Consumer <— Provider 2、什么是 Netty ? https://netty.io/
Netty is a NIO client server framework which enables quick and easy development of network applications . Such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket
http://localhost:1313/posts/04-%E5%A6%82%E4%BD%95%E6%9E%84%E5%BB%BA%E4%B8%80%E4%B8%AA%E7%AE%80%E5%8D%95%E7%9A%84rpc%E8%B0%83%E7%94%A8/