You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Milan Das (JIRA)" <ji...@apache.org> on 2018/11/05 01:48:00 UTC

[jira] [Created] (NIFI-5786) Add nifi-hazelcast-bundle processor to communicate with Hazlecast

Milan Das created NIFI-5786:
-------------------------------

             Summary: 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
             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)