adamdebreceni commented on code in PR #1640:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1640#discussion_r1371306139


##########
libminifi/include/core/ContentRepository.h:
##########
@@ -62,15 +73,24 @@ class ContentRepository : public core::CoreComponent, 
public StreamManager<minif
     return getName();
   }
 
+  std::unique_ptr<StreamAppendLock> append(const ResourceClaim& claim, size_t 
offset) override;

Review Comment:
   I don't think we can override with a different return type even if they are 
convertible



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