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 2018/02/05 17:43:30 UTC

[GitHub] merlimat opened a new pull request #1178: Validate topic name on broker side

merlimat opened a new pull request #1178: Validate topic name on broker side
URL: https://github.com/apache/incubator-pulsar/pull/1178
 
 
   ### Motivation
   
   Broker is not currently doing any special handling when receiving a request with an invalid topic name, rather an exception is thrown and the connection is closed. 
   
   Typically this is not a problem because the Pulsar client library has already validated the names on the client side, but we should handle better this condition by returning a proper error.
   
   Fixes #1142 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services