RE: DistributedMapCacheService - automated creation

2020-01-15 Thread William Gosse
ot;}}}' -H "Content-Type: application/json" -X POST $NIFI_ENCOMPASS_URL/process-groups/$ROOT_ID/controller-services fi -Original Message- From: Bryan Bende Sent: Wednesday, January 15, 2020 9:34 AM To: users@nifi.apache.org Subject: Re: DistributedMapCacheService - automated cr

Re: DistributedMapCacheService - automated creation

2020-01-15 Thread Bryan Bende
uary 14, 2020 7:42 PM > To: users@nifi.apache.org > Subject: Re: DistributedMapCacheService - automated creation > > > > [CAUTION: This email originated from outside of Kodak Alaris. Do not click > links or open attachments unless you recognize the sender and know the > content is safe.] >

RE: DistributedMapCacheService - automated creation

2020-01-15 Thread William Gosse
: DistributedMapCacheService - automated creation [CAUTION: This email originated from outside of Kodak Alaris. Do not click links or open attachments unless you recognize the sender and know the content is safe.] What is your use case? Because this sounds vaguely

Re: DistributedMapCacheService - automated creation

2020-01-14 Thread Mike Thomsen
What is your use case? Because this sounds vaguely like something that you could implement implicitly with the HBase version by just creating one big cache table with an eye for not overlapping column qualifiers and possibly liberal use of HBase TTLs. On Tue, Jan 14, 2020 at 6:04 PM William Gosse

DistributedMapCacheService - automated creation

2020-01-14 Thread William Gosse
Is there any way to automate the creation of a DistributedMapCacheService I was hoping I could do this via a template but it doesn’t to get exported the way the DistributedMapCacheClientService does. The client got created just fine but there’s no service. I don’t see away to do this with