You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/12/02 00:50:30 UTC

[GitHub] [pulsar] wolfstudy commented on issue #8757: [Go functions]: Spurious single-quotes added to user-conf

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:
users@infra.apache.org