<?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: Is it possible to have a &amp;quot;No Redis&amp;quot; Nuxeo cluster ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-have-a-quot-no-redis-quot-nuxeo-cluster/m-p/316663#M3664</link>
    <description>&lt;P&gt;Thank you ! so I will follow your recommendations and go with Kafka !&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2019 13:56:17 GMT</pubDate>
    <dc:creator>pnux_</dc:creator>
    <dc:date>2019-03-26T13:56:17Z</dc:date>
    <item>
      <title>Is it possible to have a "No Redis" Nuxeo cluster ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-have-a-quot-no-redis-quot-nuxeo-cluster/m-p/316657#M3658</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I use :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Nuxeo 10.10  (LTS 2019)&lt;/LI&gt;
&lt;LI&gt;PostgreSQL 11.X&lt;/LI&gt;
&lt;LI&gt;ElasticSearch 6.5.X&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I plan to deploy a ** HA Nuxeo Cluster**.
If i use &lt;CODE&gt; org.nuxeo.ecm.core.storage.sql.kv.SQLKeyValueStore&lt;/CODE&gt; according to  &lt;A href="https://jira.nuxeo.com/browse/NXP-25604" target="test_blank"&gt;https://jira.nuxeo.com/browse/NXP-25604&lt;/A&gt; , do i need Redis ?&lt;/P&gt;
&lt;P&gt;What i understood (&lt;EM&gt;reading the documentation&lt;/EM&gt;), if i use  "SQLKeyValueStore" i didn't need Redis, but i have to use Kafka. Is it right ?&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 16:08:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-have-a-quot-no-redis-quot-nuxeo-cluster/m-p/316657#M3658</guid>
      <dc:creator>pnux_</dc:creator>
      <dc:date>2019-03-25T16:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a "No Redis" Nuxeo cluster ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-have-a-quot-no-redis-quot-nuxeo-cluster/m-p/316658#M3659</link>
      <description>&lt;P&gt;&lt;A href="https://doc.nuxeo.com/nxdoc/kafka/#no-redis" target="test_blank"&gt;https://doc.nuxeo.com/nxdoc/kafka/#no-redis&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 17:02:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-have-a-quot-no-redis-quot-nuxeo-cluster/m-p/316658#M3659</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2019-03-25T17:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a "No Redis" Nuxeo cluster ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-have-a-quot-no-redis-quot-nuxeo-cluster/m-p/316659#M3660</link>
      <description>&lt;P&gt;Thank you for the link, but i don't use MongoDB but only Postgresql.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 17:52:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-have-a-quot-no-redis-quot-nuxeo-cluster/m-p/316659#M3660</guid>
      <dc:creator>pnux_</dc:creator>
      <dc:date>2019-03-25T17:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a "No Redis" Nuxeo cluster ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-have-a-quot-no-redis-quot-nuxeo-cluster/m-p/316660#M3661</link>
      <description>&lt;P&gt;Indeed this page is not up to date (we'll update it) and as you correctly found out &lt;CODE&gt;SQLKeyValueStore&lt;/CODE&gt; can be used for the key/value store. And actually it is automatically used if you don't specify &lt;CODE&gt;nuxeo.keyvalue.provider=mongodb&lt;/CODE&gt; (done by default by the &lt;CODE&gt;mongodb&lt;/CODE&gt; template) or &lt;CODE&gt;nuxeo.keyvalue.provider=redis&lt;/CODE&gt; (done by default by the &lt;CODE&gt;redis&lt;/CODE&gt; template).&lt;/P&gt;
&lt;P&gt;Note that in a cluster setting you also need a pub/sub provider, which can be either Redis or Stream. If you use the &lt;CODE&gt;redis&lt;/CODE&gt; template then the default is &lt;CODE&gt;nuxeo.pubsub.provider=redis&lt;/CODE&gt;, otherwise if you specify &lt;CODE&gt;nuxeo.pubsub.provider=stream&lt;/CODE&gt; a Stream-based implementation will be used; specify &lt;CODE&gt;kafka.enabled=true&lt;/CODE&gt; for the Kafka implementation otherwise the default will be Chronicle Queue which is not cluster-aware (streams aren't shared between nodes). If you don't specify any &lt;CODE&gt;nuxeo.pubsub.provider&lt;/CODE&gt; then you'll get a memory-based one which isn't cluster-aware either, nor is it resilient to server restarts.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 21:54:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-have-a-quot-no-redis-quot-nuxeo-cluster/m-p/316660#M3661</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2019-03-25T21:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a "No Redis" Nuxeo cluster ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-have-a-quot-no-redis-quot-nuxeo-cluster/m-p/316661#M3662</link>
      <description>&lt;P&gt;Thank you for this detailled answer, It's very clear !&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 09:14:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-have-a-quot-no-redis-quot-nuxeo-cluster/m-p/316661#M3662</guid>
      <dc:creator>pnux_</dc:creator>
      <dc:date>2019-03-26T09:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a "No Redis" Nuxeo cluster ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-have-a-quot-no-redis-quot-nuxeo-cluster/m-p/316662#M3663</link>
      <description>&lt;P&gt;We recommend Kafka. Redis cannot do everything related to Nuxeo Stream features.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 09:53:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-have-a-quot-no-redis-quot-nuxeo-cluster/m-p/316662#M3663</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2019-03-26T09:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to have a "No Redis" Nuxeo cluster ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-have-a-quot-no-redis-quot-nuxeo-cluster/m-p/316663#M3664</link>
      <description>&lt;P&gt;Thank you ! so I will follow your recommendations and go with Kafka !&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 13:56:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/is-it-possible-to-have-a-quot-no-redis-quot-nuxeo-cluster/m-p/316663#M3664</guid>
      <dc:creator>pnux_</dc:creator>
      <dc:date>2019-03-26T13:56:17Z</dc:date>
    </item>
  </channel>
</rss>

