markap14 commented on code in PR #7003:
URL: https://github.com/apache/nifi/pull/7003#discussion_r1164388448
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-nar-utils/src/main/java/org/apache/nifi/nar/StandardExtensionDiscoveringManager.java:
##########
@@ -169,6 +181,75 @@ public void discoverExtensions(final Set<Bundle>
narBundles, final boolean logDe
}
}
+ public void setPythonBridge(final PythonBridge pythonBridge) {
+ this.pythonBridge = pythonBridge;
+ }
+
+ @Override
+ public void discoverPythonExtensions(final Bundle pythonBundle) {
+ logger.info("Scanning to discover which Python extensions are
available and importing any necessary dependencies. This may take a few
minutes. See python logs for more details.");
Review Comment:
👍 Will add a qualifier to indicate that it may take a few minutes if there
are new extensions discovered. I would avoid mentioning `python.log` explicitly
because it's configurable.
--
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]