Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Support of redis cluster in nifi - save and fetch

avatar
Explorer

I have read about support of redis sentinel and standalone redis in Apache nifi but is there any way I can integrate clustered nifi for storing and fetching the value ?

3 REPLIES 3

avatar
Master Mentor

@Chhavi 

Your question is not very clear.  

is there any way I can integrate clustered nifi for storing and fetching the value 

Storing and fetching what value?

NiFi includes a couple Redis controller services:
RedisConnectionPoolService 
RedisDistributedMapCacheClientService 

For example, 
The RedisDistributedMapCacheClientService could be used by the PutDistributedMapCache NiFi processor to write values to Redis.  The FetchDistributedMapCache NiFi processor could be used to fetch values from Redis.  

If you found that the provided solution(s) assisted you with your query, please take a moment to login and click Accept as Solution below each response that helped.

Thank you,

Matt

avatar
New Member

I was looking for a way to put/fetch data from Redis in cluster mode in NiFi and came across this question. RedisConnectionPoolService supports cluster mode but RedisDistributedMapCacheClientService 1.16.3 doesn't. Is there an alternative service that I can use for that?

 

Thanks

avatar
Expert Contributor

I am also experiencing this issue when attempting to write data to a redis in cluser mode. Did you find a solution or workaround @sofronic ?