vert-x3/vertx-mqtt

Mqtt client Performance issues?

zhou-hao opened this issue · 0 comments

vertx version: 4.3.1

code:

log.debug(String.format("Incoming packet %s", msg));

String.format may be is a performance problem?

image