hivemq / mqtt-cli

MQTT CLI is a useful command line interface for connecting various MQTT clients supporting MQTT 5.0 and 3.1.1
https://hivemq.github.io/mqtt-cli/
Apache License 2.0
310 stars 47 forks source link

GraalVM Native Image in addition to runnable jar #307

Closed alexanderankin closed 2 years ago

alexanderankin commented 2 years ago

Problem or use case

the cli takes about 1 sec to start up, making it unwieldy to use for scripting

Preferred solution or suggestions

would you accept a pull request for a native-image task

alexanderankin commented 2 years ago

duplicate of #141