<?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 Local Configuration setting for _maxBatchSize.value in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Local-Configuration-setting-for-maxBatchSize-value/m-p/2252402#M148558</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello... could someone help me&amp;nbsp;to give an example how to change the value of &lt;/P&gt;&lt;B&gt;_maxBatchSize.value &lt;/B&gt;&lt;P&gt;(the default value is 1000 and I want 20000). The documentation said like this, but I'm still confused how to implement it on  LocalConfiguration.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000EcDrFAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127765iA16471D04C253ECC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000EcDrFAAV.png" alt="0695b00000EcDrFAAV.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My second question, how do I know that the iteration is the last batch iteration (iteration comes from &lt;/P&gt;&lt;P&gt;@ElementListener&lt;/P&gt;&lt;P&gt;) on &lt;/P&gt;&lt;P&gt;@AfterGroup &lt;/P&gt;&lt;P&gt;? Because I want to run my function after all the data is loaded. Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
    <dc:creator>IrwanAfandiGDP</dc:creator>
    <dc:date>2026-01-02T14:45:42Z</dc:date>
    <item>
      <title>Local Configuration setting for _maxBatchSize.value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Local-Configuration-setting-for-maxBatchSize-value/m-p/2252402#M148558</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello... could someone help me&amp;nbsp;to give an example how to change the value of &lt;/P&gt;&lt;B&gt;_maxBatchSize.value &lt;/B&gt;&lt;P&gt;(the default value is 1000 and I want 20000). The documentation said like this, but I'm still confused how to implement it on  LocalConfiguration.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000EcDrFAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127765iA16471D04C253ECC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000EcDrFAAV.png" alt="0695b00000EcDrFAAV.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My second question, how do I know that the iteration is the last batch iteration (iteration comes from &lt;/P&gt;&lt;P&gt;@ElementListener&lt;/P&gt;&lt;P&gt;) on &lt;/P&gt;&lt;P&gt;@AfterGroup &lt;/P&gt;&lt;P&gt;? Because I want to run my function after all the data is loaded. Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Local-Configuration-setting-for-maxBatchSize-value/m-p/2252402#M148558</guid>
      <dc:creator>IrwanAfandiGDP</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Local Configuration setting for _maxBatchSize.value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Local-Configuration-setting-for-maxBatchSize-value/m-p/2252403#M148559</link>
      <description>&lt;P&gt;Hi @Mohamad Irwan Afandi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the local-configuration.properties, you'll find some samples below:&lt;/P&gt;&lt;P&gt;- https://github.com/Talend/connectors-se/blob/master/marketo/src/main/resources/TALEND-INF/local-configuration.properties&lt;/P&gt;&lt;P&gt;- https://github.com/Talend/connectors-se/blob/master/salesforce/src/main/resources/TALEND-INF/local-configuration.properties&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For you 2nd question, you cannot know it in @AfterGroup... for that you may use the @PreDestroy annotation (see&lt;/P&gt;&lt;P&gt;https://talend.github.io/component-runtime/main/1.33.0/component-execution.html) of&lt;/P&gt;&lt;P&gt;connectors' lifecycle. But be aware that implementing some actions like this in the @PreDestroy is not officially&lt;/P&gt;&lt;P&gt;supported (best effort) in Cloud environments and should only be used to release some acquired resources...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 08:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Local-Configuration-setting-for-maxBatchSize-value/m-p/2252403#M148559</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2021-05-10T08:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Local Configuration setting for _maxBatchSize.value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Local-Configuration-setting-for-maxBatchSize-value/m-p/2252404#M148560</link>
      <description>&lt;P&gt;Thank you @Emmanuel GALLOIS​&amp;nbsp;, this really helped me&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 05:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Local-Configuration-setting-for-maxBatchSize-value/m-p/2252404#M148560</guid>
      <dc:creator>IrwanAfandiGDP</dc:creator>
      <dc:date>2021-05-19T05:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Local Configuration setting for _maxBatchSize.value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Local-Configuration-setting-for-maxBatchSize-value/m-p/2252405#M148561</link>
      <description>&lt;P&gt;You're welcome! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 07:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Local-Configuration-setting-for-maxBatchSize-value/m-p/2252405#M148561</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2021-05-19T07:49:36Z</dc:date>
    </item>
  </channel>
</rss>

