LOG.debug("Netty consumer unbinding from: {}", configuration.getAddress());
// close all channels
LOG.trace("Closing {} channels", allChannels.size());
ChannelGroupFuture future = allChannels.close();
future.awaitUninterruptibly();
// close server external resources
if (channelFactory != null) {
channelFactory.releaseExternalResources();
}