<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Nifi on Random Ramblings</title><link>https://blog.foundev.pro/tags/nifi.html</link><description>Recent content in Nifi on Random Ramblings</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 08 Feb 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.foundev.pro/tags/nifi/index.xml" rel="self" type="application/rss+xml"/><item><title>Apache NiFi and Cassandra</title><link>https://blog.foundev.pro/2021/02/08/apache-nifi-cassandra-sprocs.html</link><pubDate>Mon, 08 Feb 2021 00:00:00 +0000</pubDate><guid>https://blog.foundev.pro/2021/02/08/apache-nifi-cassandra-sprocs.html</guid><description>&lt;h1&gt;Apache NiFi and Cassandra&lt;/h1&gt;&#10;&lt;p&gt;Looked at Apache NiFi for the first time in a long time as someone didn&amp;rsquo;t know if it had support for stored procedures or not. I looked up the latest source&#10;and sure enough I see no stored procedures used for any of the statements. Looking at the &lt;a href="https://github.com/apache/nifi/blob/953327cdf587c6b68765c0d32508873d8a0031e7/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/src/main/java/org/apache/nifi/processors/cassandra/PutCassandraRecord.java"&gt;PutCassandraRecord.java&lt;/a&gt; I see inserts and updates are just statements that are never prepared:&lt;/p&gt;&#10;&lt;pre&gt;&lt;code&gt; query = generateInsert(cassandraTable, schema, recordContentMap);&#10;&lt;/code&gt;&lt;/pre&gt;&#10;&lt;p&gt;and&lt;/p&gt;</description></item></channel></rss>