<?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>topic Re: Streaming Input Component Talend DI Job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Streaming-Input-Component-Talend-DI-Job/m-p/2247147#M148431</link>
    <description>&lt;P&gt;Hi @jason_schilli jason_schilli​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You can add custom properties via a `resources/TALEND-INF/local-configuration.properties` file. In that one, you can set properties related to streaming like:&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;mycomponent.talend.input.streaming.retry.strategy=constant&lt;/P&gt;&lt;P&gt;mycomponent.talend.input.streaming.retry.maxRetries=1&lt;/P&gt;&lt;P&gt;mycomponent.talend.input.streaming.retry.constant.timeout=0&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;Streaming should work in DI jobs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2021 10:25:57 GMT</pubDate>
    <dc:creator>undx</dc:creator>
    <dc:date>2021-02-11T10:25:57Z</dc:date>
    <item>
      <title>Streaming Input Component Talend DI Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Streaming-Input-Component-Talend-DI-Job/m-p/2247146#M148430</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am building a custom streaming RabbitMQ input component to put in a Data Integration job and am having some problems with it behaving as it is still batching; aka it stops when I don't have a message.&amp;nbsp; When I created the component through the Talend Component Kit (1.1.19), I set it to streaming and the following entry is in my Mapper class ...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Infinite.jpg" style="width: 845px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9R9.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137630iD14C0C90A0FCB812/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9R9.jpg" alt="0683p000009M9R9.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So, following the docs, it leads you to your local config file.&amp;nbsp; Where is the local config file?&amp;nbsp; The docs point towards setting that in the Java code itself instead of reading off the file, can someone give a simple example of how to do that; I know it is like&amp;nbsp;@Config("value").&amp;nbsp; Can I just put that in a method somewhere that gets called?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Also can you run a streaming input component in a DI job, or does this need to go in a Big Data job because DI jobs really don't support streaming inputs?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://talend.github.io/component-runtime/main/1.1.19/component-implementing-streaming.html" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://talend.github.io/component-runtime/main/1.1.19/component-implementing-streaming.html&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://talend.github.io/component-runtime/main/1.1.19/services-built-in.html#_localconfiguration" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://talend.github.io/component-runtime/main/1.1.19/services-built-in.html#_localconfiguration&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Jason&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>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Streaming-Input-Component-Talend-DI-Job/m-p/2247146#M148430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming Input Component Talend DI Job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Streaming-Input-Component-Talend-DI-Job/m-p/2247147#M148431</link>
      <description>&lt;P&gt;Hi @jason_schilli jason_schilli​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You can add custom properties via a `resources/TALEND-INF/local-configuration.properties` file. In that one, you can set properties related to streaming like:&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;mycomponent.talend.input.streaming.retry.strategy=constant&lt;/P&gt;&lt;P&gt;mycomponent.talend.input.streaming.retry.maxRetries=1&lt;/P&gt;&lt;P&gt;mycomponent.talend.input.streaming.retry.constant.timeout=0&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;Streaming should work in DI jobs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 10:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Streaming-Input-Component-Talend-DI-Job/m-p/2247147#M148431</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2021-02-11T10:25:57Z</dc:date>
    </item>
  </channel>
</rss>

