BytesInspector
does not record events for ByteBufHolder
and FileRegion
#249
Milestone
BytesInspector
does not record events for ByteBufHolder
and FileRegion
#249
BytesInspector
is used to record metric events for bytes read and written from and to a channel. It just checks for the message to be an instance ofByteBuf
. Since, netty acceptsByteBuf
,ByteBufHolder
andFileRegion
objects to be written directly to a channel (without any conversion), we should also intercept those message types.The text was updated successfully, but these errors were encountered: