vert-x3 / vertx-mqtt

Vert.x MQTT
Apache License 2.0
184 stars 86 forks source link

Mqtt client Performance issues? #227

Closed zhou-hao closed 1 year ago

zhou-hao commented 2 years ago

vertx version: 4.3.1

code: https://github.com/vert-x3/vertx-mqtt/blob/5264cc4d24ccacfa95b8e37b9906726a85958d2e/src/main/java/io/vertx/mqtt/impl/MqttClientImpl.java#L919

String.format may be is a performance problem?

image