NiFi user authentication via OpenId Connect: token expiry issue

2019-08-21 Thread Kumara M S, Hemantha (Nokia - IN/Bangalore)
Hi , We have configured Nifi cluster and using OpenId Connect(keycloak) for user authentication. In Keycloak, here are some of configuration for token in realm settings * SSO Session Idle 30 Minutes * Access Token Lifespan 1 Minutes The issue is Nifi UI is

Re: SplitRecord behaviour

2019-03-01 Thread Kumara M S, Hemantha (Nokia - IN/Bangalore)
with 2k records each, then PublishKafka with 5 concurrent tasks, but have to determine whether this actually works out better than the first option On Fri, Mar 1, 2019 at 12:47 PM Kumara M S, Hemantha (Nokia - IN/Bangalore) wrote: > > Thanks Bryan, I got your point. Yeah we cou

RE: SplitRecord behaviour

2019-03-01 Thread Kumara M S, Hemantha (Nokia - IN/Bangalore)
ter you were using in SplitRecord, and it will read each record and send to Kafka, without having to produce unnecessary flow files. Thanks, Bryan On Fri, Mar 1, 2019 at 3:44 AM Kumara M S, Hemantha (Nokia - IN/Bangalore) wrote: > > Hi All, > > We have a use case where receiving

SplitRecord behaviour

2019-03-01 Thread Kumara M S, Hemantha (Nokia - IN/Bangalore)
Hi All, We have a use case where receiving huge json(file size might vary from 1GB to 50GB) via http, convert in to XML(xml format is not fixed, any other format is fine) and send out using Kafka. - here is the restriction is CPU & RAM usage requirement(once it is fixed, it should handle all