Tsz-wo Sze created RATIS-1153:
---------------------------------
Summary: Implement ChannelInboundHandler.exceptionCaught in
NettyServerStreamRpc
Key: RATIS-1153
URL: https://issues.apache.org/jira/browse/RATIS-1153
Project: Ratis
Issue Type: Sub-task
Reporter: Tsz-wo Sze
Assignee: Tsz-wo Sze
https://netty.io/4.1/api/io/netty/channel/ChannelInboundHandler.html#exceptionCaught-io.netty.channel.ChannelHandlerContext-java.lang.Throwable-
{code}
//ChannelInboundHandler
void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws
Exception
{code}
We should implement the above method to handle exceptions in
NettyServerStreamRpc.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)