Github user ijokarumawak commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2947#discussion_r222506559
--- 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 --
I understand that. Mentioning NIFI-5619 in the commit message should be
enough. Thanks!
---