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


##########
libminifi/include/core/ProcessContext.h:
##########
@@ -246,14 +238,14 @@ class ProcessContext : public 
controller::ControllerServiceLookup, public core::
       return initialized_;
   }
 
-  static constexpr char const* DefaultStateManagerProviderName = 
"defaultstatemanagerprovider";
+  static constexpr char const* DefaultStateStorageName = "defaultstatestorage";

Review Comment:
   won't this affect backwards compatibility? 



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