[
https://issues.apache.org/jira/browse/MINIFI-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15244207#comment-15244207
]
ASF GitHub Bot commented on MINIFI-12:
--------------------------------------
Github user JPercivall commented on a diff in the pull request:
https://github.com/apache/nifi-minifi/pull/9#discussion_r59967287
--- Diff:
minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-runtime/pom.xml
---
@@ -40,6 +40,24 @@ limitations under the License.
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>ro.pippo</groupId>
+ <artifactId>pippo-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>ro.pippo</groupId>
+ <artifactId>pippo-tomcat</artifactId>
--- End diff --
It was part due to not knowing enough about the differences between Tomcat
and Jetty, as well as having a bit of trouble configuring Jetty to do https. If
Jetty is much better suited to our needs I will work through the problems I was
having initially.
> Network based implementation
> ----------------------------
>
> Key: MINIFI-12
> URL: https://issues.apache.org/jira/browse/MINIFI-12
> Project: Apache NiFi MiNiFi
> Issue Type: Sub-task
> Components: Data Format, Management, Processing Configuration
> Reporter: Aldrin Piri
> Assignee: Joseph Percivall
> Fix For: 0.0.1
>
>
> As an initial proof of concept for providing centralized management it would
> be advantageous to have configuration move beyond the file descriptor and
> start happening from "remote" locations. One way of doing this would be via
> simple web service from some control manager to the individual agents. A
> preliminary implementation could make use of a REST service to transmit
> information and harness the work done in MINIFI-2 as the data format to
> transfer the updates to processing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)