Re: POC with DataStreamer (Kafka or Ignite - security question)

2018-04-09 Thread Denis Magda
Built-in encryption facilities are being discussed on the dev list. Check it up: http://apache-ignite-developers.2346864.n4.nabble.com/IEP-18-Transparent-Data-Encryption-td29001.html As for now, use operating system level encryption mechanics for your files. -- Denis -- Denis On Fri, Apr 6, 2018

Re: POC with DataStreamer (Kafka or Ignite - security question)

2018-04-06 Thread Gaurav Bajaj
Also I don't think ignite provides any kind encryption for these db files. Best Regards, Gaurav On 06-Apr-2018 8:23 PM, "David Harvey" wrote: > Assuming Ignite Persistence, you can create a cache in a specific Data > Regions, but I'm unclear whether this properties can be set per region. We >

Re: POC with DataStreamer (Kafka or Ignite - security question)

2018-04-06 Thread David Harvey
Assuming Ignite Persistence, you can create a cache in a specific Data Regions, but I'm unclear whether this properties can be set per region. We are setting them in org.apache.ignite.configuration.DataStorageConfiguration. What you seem to be asking for is to set these per Data Region.

POC with DataStreamer (Kafka or Ignite - security question)

2018-04-06 Thread Wilhelm
Hello, I'm building a POC, right now I have Kafka feeding ignite with the constraint of having 1 topic per tenant for security reason (historical data is persisted to files per topic by Kafka and each "file" container is encrypted differently per customer) If I decide to use only ignite with the