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 2022/06/28 05:23:54 UTC

[GitHub] [pulsar] michaeljmarshall commented on issue #12023: Tenant namespace topic length limit

michaeljmarshall commented on issue #12023:
URL: https://github.com/apache/pulsar/issues/12023#issuecomment-1168237752

   I don't know of length restrictions, but there are character restrictions for tenants and namespaces. Here is the comment in the code:
   
   https://github.com/apache/pulsar/blob/eec46ddcba4d2b4f956e1b4d63154cc43087f507/pulsar-common/src/main/java/org/apache/pulsar/common/naming/NamedEntity.java#L30-L33
   
   Note that the logic does not apply to topic names for some reason. I don't know why.


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

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