exceptionfactory commented on PR #6689:
URL: https://github.com/apache/nifi/pull/6689#issuecomment-1364167903

   Thanks for clarifying the intent @dan-s1, constructing the complete URI in a 
single function makes sense.
   
   With that background, do you need all of the possible constructor options? 
It might be simpler to support just one or two options, as opposed to all of 
the convenience constructors.
   
   To the other question, is there a possibility that an empty string should be 
allowed as an argument instead of treated as `null`? That kind of implicit 
conversion to `null` seems like it could create confusion, and might actually 
be a reason to provide a different set of supported arguments so that 
particular values can be `null` when passed to the `URI` constructors.


-- 
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: issues-unsubscr...@nifi.apache.org

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

Reply via email to