turcsanyip commented on PR #6765: URL: https://github.com/apache/nifi/pull/6765#issuecomment-1424901739
@malthe Sorry for my late response here. I agree with @exceptionfactory that this "copy from url" functionality should rather go into its own processor. The general contract of 'Put' processors is to upload the FlowFile content into the target external system. To keep the PutBlob processor aligned with this convention, I would not mix extra functionalities with the regular 'Put' role. This way also the configuration would be more straightforward for the users, I believe. I understand that the same Azure endpoint is used and there are some common code parts but I think it could be handled via moving that code to abstract/util classes. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
