You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/06/27 10:27:13 UTC

[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1358: MINIFICPP-1873 - Fix state management path config typo in minifi.prop…

lordgamez commented on code in PR #1358:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1358#discussion_r907229496


##########
conf/minifi.properties:
##########
@@ -48,7 +48,7 @@ nifi.content.repository.class.name=DatabaseContentRepository
 ## that implements CoreComponentStateManagementProvider
 ## (e.g. an instance of RocksDbPersistableKeyValueStoreService or UnorderedMapPersistableKeyValueStoreService)
 #nifi.state.management.provider.local=
-#nifi.state.manangement.provider.local.path=
+#nifi.state.management.provider.local.path=

Review Comment:
   I've found 2 more appearances of this type in CONFIGURE.md we should fix those as well.



##########
conf/minifi.properties:
##########
@@ -48,7 +48,7 @@ nifi.content.repository.class.name=DatabaseContentRepository
 ## that implements CoreComponentStateManagementProvider
 ## (e.g. an instance of RocksDbPersistableKeyValueStoreService or UnorderedMapPersistableKeyValueStoreService)
 #nifi.state.management.provider.local=
-#nifi.state.manangement.provider.local.path=
+#nifi.state.management.provider.local.path=

Review Comment:
   I've found 2 more appearances of this typo in CONFIGURE.md we should fix those as well.



-- 
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-unsubscribe@nifi.apache.org

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