Skip to content

Commit

Permalink
Document Trigger-Router's new enabled flag. draft location for Groupl…
Browse files Browse the repository at this point in the history
…ets documentation.
  • Loading branch information
mhanes committed Feb 4, 2013
1 parent 30209e9 commit 4f7ac47
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
10 changes: 10 additions & 0 deletions symmetric-assemble/src/docbook/administration.xml
Expand Up @@ -263,6 +263,16 @@ where source_table_name = 'price_changes';
which was discussed in <xref linkend="sync-triggers" />.
</para>
</section>

<section id="grouplet">
<title>Maintaining multiple sychronization configurations through Grouplets</title>
<para>



</para>
</section>

<section id="resync-data">
<title>Re-synchronizing Data</title>
<para>
Expand Down
22 changes: 18 additions & 4 deletions symmetric-assemble/src/docbook/configuration.xml
Expand Up @@ -1057,12 +1057,26 @@ values
<section id="configuration-trigger-router">
<title>Trigger / Router Mappings</title>

<para>Two important controls can be configured for a specific Trigger /
Router combination: Initial Loads and Ping Back. The parameters for these
can be found in the Trigger / Router mapping table, <xref
linkend="table_trigger_router" xrefstyle="table"/>.</para>
<para>Trigger Routers, and the corresponding <xref
linkend="table_trigger_router" xrefstyle="table"/> identify which triggers apply to which routers. </para>

<para>Three important controls can be configured for a specific Trigger /
Router combination: Enabled, Initial Loads and Ping Back. The parameters for these
can be found in the Trigger / Router mapping table,<xref
linkend="table_trigger_router" xrefstyle="table"/> .</para>

<section id="configuration-trigger-router-enabled">
<title>Enable / disable trigger router</title>

<para>
Each individual trigger-router combination can be disabled or enabled if needed. By default, a trigger router is enabled,
but if you have a reason you wish to define a trigger router combination prior to it being active, you can set
the <literal>enabled</literal> flag to 0. This will cause the configuration to be sent to all nodes, but the trigger-router
combination will not be considered active or enabled for the purposes of routing.
</para>
</section>
<section id="configuration-initial-load">

<title>Initial Loads</title>

<para>An initial load is the process of seeding tables at a target
Expand Down

0 comments on commit 4f7ac47

Please sign in to comment.