Re: Custom controller service

2018-03-07 Thread Sivaprasanna
Hey Varun, It would br helpful if you could share the error stacktrace. By the way, you can use DBCP Connection Pool for connecting to databases. On Thu, 8 Mar 2018 at 12:14 PM, varun yadav wrote: > Hii, > > I am trying to create a custom controller service for

Custom controller service

2018-03-07 Thread varun yadav
Hii, I am trying to create a custom controller service for connection to a local database. I am getting so many issues in that. If you can help with a few documents or videos, it will be very helpful for me to proceed. Thanks Varun

Deploy Nifi on Kubernetes behing Traefik

2018-03-07 Thread MOKHTARI, Tarik
Hi, We're trying to deploy Apache Nifi on Kubernetes behind Traefik (see https://traefik.io/). Nifi API is trying to call back directly using pod hostname and not proxy host. This problem is described in http://apache-nifi-developer-list.39713.n7.nabble.com/nifi-behind-a-proxy-td2763.html To

Patch for HBase visibility labels

2018-03-07 Thread Mike Thomsen
It's a big patch, but this should be a big boost for NiFi's HBase integration. https://github.com/apache/nifi/pull/2518 Any reviews would be appreciated. It also adds a new processor, DeleteHBaseCells to enable granular deletes (a requirement with visibility labels in HBase). No setup is

Re: Is it possible to deploy NiFi to an WildFly app server ?

2018-03-07 Thread Bryan Bende
NiFi is not a single WAR that can be deployed somewhere. You should think of it like other software that you install on your system, for example a relational database. You wouldn't expect to deploy your Postgres DB to your WildFly server. On Wed, Mar 7, 2018 at 9:00 AM, Mike Thomsen

Re: Is it possible to deploy NiFi to an WildFly app server ?

2018-03-07 Thread Mike Thomsen
Most of NiFi isn't a JavaEE application, so I don't see how you could do more than maybe get part of the web UI working in WildFly. On Wed, Mar 7, 2018 at 6:36 AM, Александр wrote: > We have a requirement to run NiFi in an only approved WildFly app > server. Is it possible

Is it possible to deploy NiFi to an WildFly app server ?

2018-03-07 Thread Александр
We have a requirement to run NiFi in an only approved WildFly app server. Is it possible to do that? Thanks.