<?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 Expression language for Kafka Broker of PublishKafka_0_10 processor in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Expression-language-for-Kafka-Broker-of-PublishKafka-0-10/m-p/167593#M57572</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;I use a HandleHttpRequest to get a POST request with 2 parameters (kafkaHost and kafkaPort)&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;I can see my param in the attribute of the data (http.param.kafkaHost and http.param.kafkaPort)&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;I want to use them in a PublishKafka_0_10 to define kafka Brokers propertie (support expression language)&lt;/P&gt;&lt;P style="margin-left: 40px;"&gt; like this : Kafka Brokers = ${http.param.kafkaHost}:${http.param.kafkaPort}&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;It's doesn't works, my attributes aren't use (log file : bootstrap.servers = [:])&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;There is a solution ?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Mar 2017 18:24:23 GMT</pubDate>
    <dc:creator>sy_robert</dc:creator>
    <dc:date>2017-03-21T18:24:23Z</dc:date>
    <item>
      <title>Expression language for Kafka Broker of PublishKafka_0_10 processor</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Expression-language-for-Kafka-Broker-of-PublishKafka-0-10/m-p/167593#M57572</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;I use a HandleHttpRequest to get a POST request with 2 parameters (kafkaHost and kafkaPort)&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;I can see my param in the attribute of the data (http.param.kafkaHost and http.param.kafkaPort)&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;I want to use them in a PublishKafka_0_10 to define kafka Brokers propertie (support expression language)&lt;/P&gt;&lt;P style="margin-left: 40px;"&gt; like this : Kafka Brokers = ${http.param.kafkaHost}:${http.param.kafkaPort}&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;It's doesn't works, my attributes aren't use (log file : bootstrap.servers = [:])&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;There is a solution ?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 18:24:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Expression-language-for-Kafka-Broker-of-PublishKafka-0-10/m-p/167593#M57572</guid>
      <dc:creator>sy_robert</dc:creator>
      <dc:date>2017-03-21T18:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Expression language for Kafka Broker of PublishKafka_0_10 processor</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Expression-language-for-Kafka-Broker-of-PublishKafka-0-10/m-p/167594#M57573</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/16760/syrobert.html" nodeid="16760"&gt;@Sylvain Robert&lt;/A&gt;&lt;P&gt;The PublishKafka processor establishes a connection to the brokers before it even looks at the attributes of a FlowFile.  This way it does not need to establish a new connection for every single FlowFile.  While the broker property does not support FlowFile attributes, it should support resolving Expression Language statements that pull values from environment variables or the NiFi variable registry (File on disk with key value pairs). &lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 19:58:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Expression-language-for-Kafka-Broker-of-PublishKafka-0-10/m-p/167594#M57573</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2017-03-21T19:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expression language for Kafka Broker of PublishKafka_0_10 processor</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Expression-language-for-Kafka-Broker-of-PublishKafka-0-10/m-p/167595#M57574</link>
      <description>&lt;P&gt;Thanks Matt, i will find another way so.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 20:08:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Expression-language-for-Kafka-Broker-of-PublishKafka-0-10/m-p/167595#M57574</guid>
      <dc:creator>sy_robert</dc:creator>
      <dc:date>2017-03-21T20:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Expression language for Kafka Broker of PublishKafka_0_10 processor</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Expression-language-for-Kafka-Broker-of-PublishKafka-0-10/m-p/313990#M57575</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/42375"&gt;@sy_robert&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;were you able to resolve this on how to dynamically assign brokers list from a flowfile attributes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 01:36:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Expression-language-for-Kafka-Broker-of-PublishKafka-0-10/m-p/313990#M57575</guid>
      <dc:creator>sivat</dc:creator>
      <dc:date>2021-04-04T01:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression language for Kafka Broker of PublishKafka_0_10 processor</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Expression-language-for-Kafka-Broker-of-PublishKafka-0-10/m-p/314007#M57576</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80482"&gt;@sivat&lt;/a&gt;&amp;nbsp;as this is an older post, you would have a better chance of receiving a resolution by&lt;A href="“https://community.cloudera.com/t5/forums/postpage/board-id/Questions”" target="_blank"&gt; starting a new thread&lt;/A&gt;. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 05:50:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Expression-language-for-Kafka-Broker-of-PublishKafka-0-10/m-p/314007#M57576</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2021-04-05T05:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Expression language for Kafka Broker of PublishKafka_0_10 processor</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Expression-language-for-Kafka-Broker-of-PublishKafka-0-10/m-p/314040#M57577</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/32119"&gt;@VidyaSargur&lt;/a&gt;&amp;nbsp;thank you for the recommendation.&lt;/P&gt;&lt;P&gt;I already started a new thread&amp;nbsp;&lt;A href="https://community.cloudera.com/t5/Support-Questions/trying-to-assign-JMS-Broker-URI-property-value-at-runtime/td-p/313989" target="_blank"&gt;https://community.cloudera.com/t5/Support-Questions/trying-to-assign-JMS-Broker-URI-property-value-at-runtime/td-p/313989&lt;/A&gt;&amp;nbsp;which is almost the same question as this thread.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wanted to check if&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/42375"&gt;@sy_robert&lt;/a&gt;&amp;nbsp;found any workaround over this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 13:18:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Expression-language-for-Kafka-Broker-of-PublishKafka-0-10/m-p/314040#M57577</guid>
      <dc:creator>sivat</dc:creator>
      <dc:date>2021-04-05T13:18:56Z</dc:date>
    </item>
  </channel>
</rss>

