brainlag / JavaNSQClient

Fast Java client for NSQ
MIT License
90 stars 57 forks source link

Give the user more control over the Netty EventLoopGroup #10

Closed brainlag closed 8 years ago

brainlag commented 8 years ago

Currently all connections use the same EventLoopGroup which might be too limiting for some use cases. Therefore we should expose an API to allow the user to control the EventLoopGroup for each connection.