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


##########
libminifi/include/core/ContentSession.h:
##########
@@ -39,6 +52,12 @@ class ContentSession {
   virtual void rollback() = 0;
 
   virtual ~ContentSession() = default;
+
+ protected:
+  virtual std::shared_ptr<io::BaseStream> append(const 
std::shared_ptr<ResourceClaim>& resource_id) = 0;
+
+  std::map<std::shared_ptr<ResourceClaim>, ExtensionData> extensions_;

Review Comment:
   What do you think about append_state_ or append_info_?



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