wolfstudy commented on issue #8757:
URL: https://github.com/apache/pulsar/issues/8757#issuecomment-736914904
Thanks @flowchartsman feedback, `single-quotes` may be more used for JSON
parsing, so we need to confirm whether the string JSON to be parsed is correct?
@freeznet When you implemented the corresponding function, did you encounter
the problem of json parsing error, so you added the following code?
```
args.add("'" + configContent + "'");
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]