Fork me on GitHub
#onyx
<
2016-02-28
>
a.espolov14:02:35

does onyx distributed cache?

lucasbradstreet14:02:18

Hi @a.espolov. Could you clarify the question a bit?

a.espolov14:02:37

lucasbradstreet: ok

a.espolov14:02:38

I have the option of using immutant for my goal, that's what I want. 1. perform a get request every minute and put the result in the cache 2. Message queue which is processed on all dataflow diagram, in the processing of data for the cache

lucasbradstreet14:02:51

That should be possible to implement. You might need to create an input plugin for the get request part though.

lucasbradstreet14:02:41

Assuming I’m understanding you correctly, that is

lucasbradstreet14:02:14

Basically you have a message queue (one datasource) and a http server (a second datasource) and you want to process the message queue using the cache you retrieved from the http server datasource

lucasbradstreet14:02:33

Actually you probably don’t even need an input plugin

lucasbradstreet14:02:47

You could use a lifecycle function on a task to retrieve the cache every minute