<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Alok Kumar</title>
    <description>The latest articles on DEV Community by Alok Kumar (@alok_kumar_1ff6e706707864).</description>
    <link>https://dev.to/alok_kumar_1ff6e706707864</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1949332%2Fd3bf9dc2-17ab-4f37-ad23-9e2709e08b2e.png</url>
      <title>DEV Community: Alok Kumar</title>
      <link>https://dev.to/alok_kumar_1ff6e706707864</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alok_kumar_1ff6e706707864"/>
    <language>en</language>
    <item>
      <title>Flowfile is currently penalized in Apache NiFI between ExtractText and PutSQL processors in NiFi</title>
      <dc:creator>Alok Kumar</dc:creator>
      <pubDate>Mon, 19 Aug 2024 11:39:42 +0000</pubDate>
      <link>https://dev.to/alok_kumar_1ff6e706707864/flowfile-is-currently-penalized-in-apache-nifi-between-extracttext-and-putsql-processors-in-nifi-23i4</link>
      <guid>https://dev.to/alok_kumar_1ff6e706707864/flowfile-is-currently-penalized-in-apache-nifi-between-extracttext-and-putsql-processors-in-nifi-23i4</guid>
      <description>&lt;p&gt;I have a requirement to read say name of users from a file(all in new lines) and insert to Database(oracle). I am using GetFile-&amp;gt;SplitText-&amp;gt;ExtractText-&amp;gt;PutSql in NiFi. All works fine for less records(around 10 records). But when I try it for 50 or 100 plus records, the connection between ExtractText and PutSql, I am getting "A flowfile is currently penalized and data can not be processed at this time". Also all flowfiles remain in queue.&lt;/p&gt;

&lt;p&gt;Note in PutSQL I am using simple sql (insert into users_table(user_name) values ('user123'); It works properly for 10, 20 records but when I provide 100+ records then it gets stuck.&lt;/p&gt;

</description>
      <category>nifi</category>
    </item>
  </channel>
</rss>
