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/05/06 06:51:46 UTC

[GitHub] [pulsar] trexinc opened a new issue #6886: Slash "/" should be prevented in subscription names

trexinc opened a new issue #6886:
URL: https://github.com/apache/pulsar/issues/6886


   Currently Pulsar allows a client to create a subscription with slash in its names.
   This creates misc administrative issues.


----------------------------------------------------------------
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



[GitHub] [pulsar] sijie closed issue #6886: Slash "/" should be prevented in subscription names

Posted by GitBox <gi...@apache.org>.
sijie closed issue #6886:
URL: https://github.com/apache/pulsar/issues/6886


   


----------------------------------------------------------------
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



[GitHub] [pulsar] merlimat commented on issue #6886: Slash "/" should be prevented in subscription names

Posted by GitBox <gi...@apache.org>.
merlimat commented on issue #6886:
URL: https://github.com/apache/pulsar/issues/6886#issuecomment-640914167


   `/` are perfectly supported as subscription names, any operation done on Java admin API or CLI tools will work correctly. 
   
   When using REST API directly, the name needs to properly URL encoded (that's also for any other special character with respect to HTTP).


----------------------------------------------------------------
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



[GitHub] [pulsar] cdbartholomew commented on issue #6886: Slash "/" should be prevented in subscription names

Posted by GitBox <gi...@apache.org>.
cdbartholomew commented on issue #6886:
URL: https://github.com/apache/pulsar/issues/6886#issuecomment-640905735


   Those subscriptions on functions are problematic. You can't perform admin actions on them, so I think your original comment holds.


----------------------------------------------------------------
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



[GitHub] [pulsar] sijie commented on issue #6886: Slash "/" should be prevented in subscription names

Posted by GitBox <gi...@apache.org>.
sijie commented on issue #6886:
URL: https://github.com/apache/pulsar/issues/6886#issuecomment-697568930


   Close this issue based on the last comment.


----------------------------------------------------------------
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



[GitHub] [pulsar] trexinc commented on issue #6886: Slash "/" should be prevented in subscription names

Posted by GitBox <gi...@apache.org>.
trexinc commented on issue #6886:
URL: https://github.com/apache/pulsar/issues/6886#issuecomment-628549203


   Now that I look at it, it seems that "/" in subscription names is actually valid.
   I see that subscriptions for functions are actually "tenant/namespace/function_name"


----------------------------------------------------------------
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