Member since
08-03-2016
6
Posts
1
Kudos Received
0
Solutions
04-27-2020
10:44 PM
Hi Team, Please see if you can help provide the syntax for JDBC SSL connection to Oracle from NiFi DB Connectionpool services. will it be similiar to something like below ? jdbc:sqlserver://<ip>:<port>/<username>?user=<username>&sslTrue&sslcert=/etc/.../mycerts/mycert.der&sslkey=/etc/.../mycerts/mykey.key.pk8
... View more
12-19-2018
09:52 PM
Has anyone validated if you can access boto3 from Apache NiFi?
... View more
08-03-2016
08:59 PM
Just to clarify, what Haimo mentioned is that the ConsumerKafka processor does not use any of NiFi's state management capabilities because the Kafka client maintains the offsets. Regarding the Kafka client... in 0.9.0 I believe it no longer stores offsets in ZooKeeper, and now stores them internally somehow, so that is why you see it connecting directly to the broker and not using ZooKeeper.
... View more