ChineseTony commented on issue #7747: URL: https://github.com/apache/rocketmq/issues/7747#issuecomment-1994276090
@mxsm hello, I think it's can write to ``` boolean standardJsonOnly = Boolean.TRUE.equals(requestHeader.getAcceptStandardJsonOnly()); if (request.getVersion() >= MQVersion.Version.V4_9_4.ordinal() || standardJsonOnly) { ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org