<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Apache NiFi Queue Size in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Queue-Size/m-p/412910#M253763</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Apologies for asking this here, as a new member of the forum I want to post new questions but don't seem to have the ability to do so.&amp;nbsp; Can someone please explain how I can do this as I want to ask some technical questions about nifi, in particular API queries for provenance.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 22 Nov 2025 21:25:35 GMT</pubDate>
    <dc:creator>zzzz77</dc:creator>
    <dc:date>2025-11-22T21:25:35Z</dc:date>
    <item>
      <title>Apache NiFi Queue Size</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Queue-Size/m-p/412893#M253756</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone, I hope you’re doing well. I am working on a dataflow in Apache NiFi 1.18, and I need to retrieve the queue size information (flowfile count and content size) directly within NiFi itself, not via an external script or Postman. I know that the NiFi REST API provides this data, and I can access it successfully using external tools. However, my goal is to access queue metrics from inside NiFi, for example through processors like InvokeScriptedProcessor, QueryNiFiReportingTask, or any other built-in mechanism, without sending an external REST API request from outside NiFi. Is there a recommended approach, processor, or reporting task that allows NiFi to read its own queue sizes internally? If not, what would be the best practice to achieve this? Any guidance or examples would be greatly appreciated. Thank you in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 07:08:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Queue-Size/m-p/412893#M253756</guid>
      <dc:creator>hckorkmaz01</dc:creator>
      <dc:date>2025-11-21T07:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi Queue Size</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Queue-Size/m-p/412894#M253757</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/136677"&gt;@hckorkmaz01&lt;/a&gt;,&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our NiFi&amp;nbsp;experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;, who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please feel free to provide any additional information or details about your query. We hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 09:54:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Queue-Size/m-p/412894#M253757</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2025-11-21T09:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi Queue Size</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Queue-Size/m-p/412897#M253760</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/136677"&gt;@hckorkmaz01&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There are a few options here:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-site-to-site-reporting-nar/1.28.0/org.apache.nifi.reporting.SiteToSiteStatusReportingTask/index.html" target="_blank"&gt;SiteToSiteStatusReportingTask&lt;/A&gt; - Utilizes NiFi's Site-To-Site protocol to send Records to a NiFi Remote Input Port.&amp;nbsp; It can be configured to send specific component type metrics (Connection) in your case.&amp;nbsp; &amp;nbsp;The Site-To-Site reporting tasks function as task specific remote process groups for generating and sending FlowFiles to the configured target Remote Input port.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.28.0/org.apache.nifi.processors.standard.InvokeHTTP/index.html" target="_blank"&gt;InvokeHTTP&lt;/A&gt; processor - Can be used to invoke the rest-api endpoint to get the metrics you want directly in a NiFi dataflow.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;Site-To-Site reference documentation:&lt;BR /&gt;Admin guide: &lt;A href="https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#site_to_site_properties" target="_blank"&gt;Site-To-Site Properties&lt;/A&gt; (core setup)&lt;BR /&gt;User guide: &lt;A href="https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#site-to-site" target="_blank"&gt;Site-To-Site&lt;/A&gt; (user guide)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help our community grow. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 13:28:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Queue-Size/m-p/412897#M253760</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2025-11-21T13:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi Queue Size</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Queue-Size/m-p/412910#M253763</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Apologies for asking this here, as a new member of the forum I want to post new questions but don't seem to have the ability to do so.&amp;nbsp; Can someone please explain how I can do this as I want to ask some technical questions about nifi, in particular API queries for provenance.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Nov 2025 21:25:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Queue-Size/m-p/412910#M253763</guid>
      <dc:creator>zzzz77</dc:creator>
      <dc:date>2025-11-22T21:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi Queue Size</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Queue-Size/m-p/412947#M253795</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Can this be done with PrometheusReportingTask?&lt;BR /&gt;Thank you&lt;BR /&gt;Halil Can KORKMAZ&lt;/P&gt;&lt;DIV class="host-lopnbnfpjmgpbppclhclehhgafnifija"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 01 Dec 2025 07:43:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Queue-Size/m-p/412947#M253795</guid>
      <dc:creator>hckorkmaz01</dc:creator>
      <dc:date>2025-12-01T07:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi Queue Size</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Queue-Size/m-p/412973#M253800</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/136792"&gt;@zzzz77&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;To ask a community question:&lt;BR /&gt;1.&amp;nbsp;Go to&amp;nbsp;&lt;A href="https://community.cloudera.com/" target="_blank"&gt;https://community.cloudera.com/&lt;/A&gt;&lt;BR /&gt;2. Make sure you are logged in&lt;BR /&gt;3. Click on the "Ask a Question" button:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_0-1764685942466.png" style="width: 713px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46447i32A9FDB9CADD6CC7/image-dimensions/713x558?v=v2" width="713" height="558" role="button" title="MattWho_0-1764685942466.png" alt="MattWho_0-1764685942466.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;4. Fill out all form:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MattWho_1-1764686041425.png" style="width: 701px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/46448i50E9580691825D33/image-dimensions/701x433?v=v2" width="701" height="433" role="button" title="MattWho_1-1764686041425.png" alt="MattWho_1-1764686041425.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Note: Adding "labels" make your question more visible to those community members that specialize in specific products.&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 14:35:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Queue-Size/m-p/412973#M253800</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2025-12-02T14:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi Queue Size</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Queue-Size/m-p/412974#M253801</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/136677"&gt;@hckorkmaz01&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;While you are currently still using Apache NiFi 1.x major release version, it has reached end of life and is no longer receiving contributions.&amp;nbsp; As such components will not get library updates or security fixes going forward.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Apache NiFi 2.x is currently active major release being contributed to in the community.&amp;nbsp; The &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-prometheus-nar/1.28.0/org.apache.nifi.reporting.prometheus.PrometheusReportingTask/index.html" target="_blank"&gt;PrometheusReportingTask&lt;/A&gt; was deprecated in Apache NiFi 1.x and officially removed in Apache NiFi 2.x major release.&amp;nbsp; &amp;nbsp;So I would avoid using it as you will eventually need to move to Apache NiFi 2.x to maintain a secure supported product release.&amp;nbsp; But technically, this reporting task, while not well maintained in the community, is capable of creating a prometheus endpoint which exposes metrics for all components (includes connections) for consumption.&lt;BR /&gt;&lt;BR /&gt;That being said, Cloudera has taken steps to create Cloudera versions of many of the deprecated and removed components in Apache NiFi 2.x; as well as, introduced many components not available at all in any Apache release version (PrometheusReportingTask is not one of them that was retained).&lt;BR /&gt;&lt;A href="https://docs.cloudera.com/cfm/4.11.0/nifi-components-cfm/components/" target="_blank"&gt;https://docs.cloudera.com/cfm/4.11.0/nifi-components-cfm/components/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt;&amp;nbsp; You are already using a considerably older Apache NiFI 1.18 release.&amp;nbsp; Many bug fixes and CVEs security issues have been addressed since that release.&amp;nbsp; If you cannot yet move to Apache NiFi 2.x, you should at least be on the most recent release of Apache NIFi 1.28.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please help our community grow. If you found&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on&amp;nbsp;&lt;STRONG&gt;one or more&lt;/STRONG&gt;&amp;nbsp;of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 14:55:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Queue-Size/m-p/412974#M253801</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2025-12-02T14:55:21Z</dc:date>
    </item>
  </channel>
</rss>

