Github user ijokarumawak commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2947#discussion_r222186146
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/FlowController.java
---
@@ -3596,6 +3600,19 @@ public void startTransmitting(final RemoteGroupPort
remoteGroupPort) {
}
}
+ public void stopTransmitting(final RemoteGroupPort remoteGroupPort) {
--- End diff --
Would you elaborate why does this PR containing a change related to
RemoteGroupPort? Do we wan to create different JIRA for this? Is this something
like sending stop request while NiFi is starting up does not stop the
RemoteGroupPort??
---