James Yean
James Yean
@kevinrsa I think use '%.*s' instead of '%s' is ok. Please test it, and welcome to pr. ```c++ LOG_DEBUG("msgBody is:%.*s, msgBody length is:%d", pBody->getSize(), msg_body, pBody->getSize()); ```
@kevinrsa Yeah. It looks so many issues in the master branch. Could you test the re_dev branch, and give the community some suggestions?
link #297 #314
> Can these problems be solved? You can use `re_dev` branch, it provide `LoggerConfig& GetDefaultLoggerConfig();` function to expose config of default logger which be used to configure default logger.
What's version do you install?
An N-API version is available in [n-api branch](https://github.com/apache/rocketmq-client-nodejs), which supports macOS and Linux.
An N-API version is available in [n-api branch](https://github.com/apache/rocketmq-client-nodejs), which supports macOS and Linux.
Please post more details about the coredump.
Use same producer instance for same cluster.
@Miazzy I make a n-api version in [n-api branch](https://github.com/apache/rocketmq-client-nodejs/tree/n-api), you can test it.