[
https://issues.apache.org/jira/browse/NIFI-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15246527#comment-15246527
]
ASF GitHub Bot commented on NIFI-1778:
--------------------------------------
GitHub user bbende opened a pull request:
https://github.com/apache/nifi/pull/361
NIFI-1778 Adding NiFiBolt to write back to NiFi from Storm
- Adding example topology that creates a full loop between NiFi and Storm.
- Bumping Storm to 0.10.0
There is an example topology in src/test/resources that can be used with a
NiFi flow that has output port "Data for Storm" and input port "Data from
Storm", and of course enables site-to-site in nifi.properties.
An example template is here:
https://gist.github.com/bbende/279824e65d07f63e0002727159b5d78b
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bbende/nifi NIFI-1778
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/361.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #361
----
commit 9b46a22f617d8e058d6b97654bf8c2d84a2b4415
Author: Bryan Bende <[email protected]>
Date: 2016-04-18T18:00:40Z
NIFI-1778 Adding NiFiBolt to write back to NiFi from Storm
- Adding example topology that creates a full loop between NiFi and Storm.
- Bumping Storm to 0.10.0
----
> Create a Storm bolt to push back to NiFi
> ----------------------------------------
>
> Key: NIFI-1778
> URL: https://issues.apache.org/jira/browse/NIFI-1778
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Minor
> Fix For: 0.7.0
>
>
> We have a NiFiSpout for Storm to pull data from NiFi. We should also provide
> a NiFiBolt and a NiFiDataPacketBuilder that converts Tuples to DataPackets
> and sends them back to NiFi.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)