HI,
NettyServerBuilder while constructing grpc server:
The primary difference between boss and worker event loop group. What is the role of executor, boss and worker event loop group while constructing NettyServerBuilder?
NettyChannelBuilder while constructing grpc client:
What is the role of executor and event loop group? How are they different from each other?
Does the executor persist same role in building grpc server or client?
Can someone clear above doubts?
Regards,
qplc