mirror of
https://github.com/apache/nifi.git
synced 2025-02-14 14:05:26 +00:00
- Improved ByteArrayMessageChannelHandler to call BlockingQueue.offer() while the server is not shutting down - Improved NettyEventServer to use ChannelFuture.await() for closing the channel to allow shutdown to proceed - Added test method for EventDroppedException handling Signed-off-by: Nathan Gough <thenatog@gmail.com> This closes #6634.