vertx-mqtt icon indicating copy to clipboard operation
vertx-mqtt copied to clipboard

how to use GlobalTrafficShapingHandler for the mqtt server?

Open ljwhx2002 opened this issue 2 years ago • 1 comments

Questions

we can use the trafficHandler on netty pipeline,buy it is unvisiable in the mqttserver。

such as: trafficHandler = new GlobalTrafficShapingHandler(xxx); ChannelPipeline pipeline = pipeline(); pipeline.addLast("global-traffic-shaping", trafficHandler);

unfortunately, the pipeline is unvisiable in the mqttserver.

can I get the pipeline by someway?

ljwhx2002 avatar Jun 08 '22 03:06 ljwhx2002

we could have an extension point of that @ljwhx2002

vietj avatar Jun 08 '22 07:06 vietj