eolivelli commented on PR #15503:
URL: https://github.com/apache/pulsar/pull/15503#issuecomment-1127507576

   There is something bad with space characters:
   ```
   pulsar-admin topics create test
   pulsar-admin topics create-subscription -p 'query=SELECT * FROM aaa where a 
= {some sql value}' -p foo=bar -s sub test pulsar-admin topics stats test
   
   ```
   
   Result:
   ```
   ...
    "subscriptionProperties" : {
           "query" : "SELECT+*+FROM+aaa+where+a+=+{some+sql+value}",
           "foo" : "bar"
         },
   
   ```
   
   so the space character is replaced by the '+' symbol. This is not good. I am 
working on a fix


-- 
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...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to