[
https://issues.apache.org/jira/browse/NIFI-5786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16742510#comment-16742510
]
Milan Das commented on NIFI-5786:
---------------------------------
I have added it in my GitHub. Feel free to use. Eventually I will create a PR
for next release.
https://github.com/dmilan77/nifi-custom-processor
<https://github.com/dmilan77/nifi-custom-processor>
> Add nifi-hazelcast-bundle processor to communicate with Hazlecast
> ------------------------------------------------------------------
>
> Key: NIFI-5786
> URL: https://issues.apache.org/jira/browse/NIFI-5786
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: 1.9.0
> Reporter: Milan Das
> Priority: Major
> Fix For: 1.9.0
>
>
> I have developed nifi-hazelcast-bundle processor to talk to hazelcast server.
> Would like to contribute to NIFI.
> It contains following:
> # One controller service : This creates a client connection to Hazelcast
> server .
> # PutHazlecastMap --> Put data to Hazlecast Map (IMap, ReplicatedMap or
> MultipleMap. Drop down selection). Dependent on
> HazelcastClientControllerService
> ## It expects hazle.key as attribute for key
> ## Flow file is considered as Value for the Map.
> # GetHazlecastMap --> Get data from Hazlecast Map (IMap, ReplicatedMap or
> MultipleMap. Drop down selection). It accepts Map name
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)