Re: cron updating value used by another processor

2016-06-02 Thread Edgardo Vega
Bryan, It worked technically. The only issue I see if that I am seeing spiky performance. It goes from having nothing in the queue before the Fetch to having 50k and then back down. There are only 2 items in the cache right now. Cheers, Edgardo On Wed, Jun 1, 2016 at 9:29 PM, Edgardo Vega wro

Re: cron updating value used by another processor

2016-06-01 Thread Edgardo Vega
Bryan, I had not even thought of using those two processor. I will try tomorrow. Thanks for the tip. Cheers, Edgardo On Wed, Jun 1, 2016 at 8:23 PM, Bryan Bende wrote: > I think PutDistributedMapCache and FetchDistributedMapCache could be used > for this. > > -Bryan > > On Wed, Jun 1, 2016 at

Re: cron updating value used by another processor

2016-06-01 Thread Bryan Bende
I think PutDistributedMapCache and FetchDistributedMapCache could be used for this. -Bryan On Wed, Jun 1, 2016 at 8:17 PM, Edgardo Vega wrote: > Trying to figure out the best way to do the following. I want to have a > flow that runs every few minutes goes to url, pulls out a piece of json, > a

cron updating value used by another processor

2016-06-01 Thread Edgardo Vega
Trying to figure out the best way to do the following. I want to have a flow that runs every few minutes goes to url, pulls out a piece of json, and puts it somewhere that another processor will use for every flow file the comes in via another stream. The other processor would be something like Rou