<?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: services high availibility on ESB runtime architecture (virtual serveur and service locator) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/services-high-availibility-on-ESB-runtime-architecture-virtual/m-p/2203322#M4689</link>
    <description>&lt;P&gt;Hi Dietmar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer. It is very helpfull and complete my mindset.&lt;BR /&gt;About using Service locator with SOAP services, how can I implement them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jérémie DELOBEL&lt;/P&gt;</description>
    <pubDate>Wed, 27 Feb 2019 15:07:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-27T15:07:25Z</dc:date>
    <item>
      <title>services high availibility on ESB runtime architecture (virtual serveur and service locator)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/services-high-availibility-on-ESB-runtime-architecture-virtual/m-p/2203319#M4686</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I have installed the 7.1.1 Talend Data services version in 2 Talend runtime .&lt;/P&gt; 
&lt;P&gt;I create a demo services with no specific endpoint&amp;nbsp; and service locator and name space used in the tRestRequest component.&lt;/P&gt; 
&lt;P&gt;I deploy the service in cluster mode with&amp;nbsp; &amp;nbsp;virtual server.&lt;/P&gt; 
&lt;P&gt;I see the service in the 2 serveurs with 2 different endpoints IP1:8040/services/customers and IP2:8040/services/customers.&lt;/P&gt; 
&lt;P&gt;How can I configure the HA to call the service:&lt;/P&gt; 
&lt;P&gt;- use name space&lt;/P&gt; 
&lt;P&gt;- setup / fixed the endpoint IP&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ort but how can call them on my network architecture&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;- other solution&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/services-high-availibility-on-ESB-runtime-architecture-virtual/m-p/2203319#M4686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: services high availibility on ESB runtime architecture (virtual serveur and service locator)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/services-high-availibility-on-ESB-runtime-architecture-virtual/m-p/2203320#M4687</link>
      <description>I&lt;BR /&gt;Somebody can to help me with some way of search ?&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 21 Jan 2019 15:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/services-high-availibility-on-ESB-runtime-architecture-virtual/m-p/2203320#M4687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-21T15:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: services high availibility on ESB runtime architecture (virtual serveur and service locator)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/services-high-availibility-on-ESB-runtime-architecture-virtual/m-p/2203321#M4688</link>
      <description>&lt;P&gt;Helloo jdelodel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;on the server side you did all things right (reading through the things you did). From your description it looks like you have two instances of your service, they both register to the Service Locator and they both are active.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Means it looks like the missing piece is the client side in your question. For pure ESB clients you can use tRESTClient (or cREST) with the Service Locator option enabled and using the same 'logical' service name as you defined on the provider side. By this, the clients will automatically find the Service and all available endpoints. If one provider stops the client will automatically switch to the other one (without a failure on the client side) and if you bring more provider up in future the clients will automatically make use out of them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That said, non-ESB Clients (plain REST Clients) would still need a load balancer in front of your providers where you can either use a Route with cLoadBalancer or a route with a cREST (acting as provider) connected to a cREST (acting as a SL enabled client) or you go with a 3rd party load balancer (software or hardware).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;
&lt;P&gt;Dietmar&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 17:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/services-high-availibility-on-ESB-runtime-architecture-virtual/m-p/2203321#M4688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-26T17:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: services high availibility on ESB runtime architecture (virtual serveur and service locator)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/services-high-availibility-on-ESB-runtime-architecture-virtual/m-p/2203322#M4689</link>
      <description>&lt;P&gt;Hi Dietmar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer. It is very helpfull and complete my mindset.&lt;BR /&gt;About using Service locator with SOAP services, how can I implement them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jérémie DELOBEL&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 15:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/services-high-availibility-on-ESB-runtime-architecture-virtual/m-p/2203322#M4689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-27T15:07:25Z</dc:date>
    </item>
  </channel>
</rss>

