Skip to content

Commit

Permalink
More TODOs for the god of TODOs.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Dec 16, 2023
1 parent e429be9 commit 708293f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class ChannelHandler {
public ChannelHandler(CallbackManager callbackManager, String socketPath) {
channel =
new Bootstrap()
// TODO let user specify the thread pool or pool size as an option
.group(Platform.createNettyThreadPool("babushka-channel", OptionalInt.empty()))
.channel(Platform.getClientUdsNettyChannelType())
.handler(new ProtobufSocketChannelInitializer(callbackManager))
Expand Down

0 comments on commit 708293f

Please sign in to comment.