@ -39,7 +39,7 @@ Enable subscribing to an instance by adding the `external_message_consumer` sect
|------------|-------------|
| `enabled` | **Required.** Enable follower mode. If set to false, all other settings in this section are ignored.<br>*Defaults to `false`.*<br>**Datatype:** boolean .
| `producers` | **Required.** List of producers <br>**Datatype:** Array.
| `producers.name` | **Required.** Name of this producer. This name must be used in calls to `get_producer_pairs()` and `get_external_df()` if more than one producer is used.<br>**Datatype:** string
| `producers.name` | **Required.** Name of this producer. This name must be used in calls to `get_producer_pairs()` and `get_producer_df()` if more than one producer is used.<br>**Datatype:** string
| `producers.host` | **Required.** The hostname or IP address from your leader.<br>**Datatype:** string
| `producers.port` | **Required.** The port matching the above host.<br>**Datatype:** string
| `producers.ws_token` | **Required.**`ws_token` as configured on the leader.<br>**Datatype:** string
@ -106,7 +106,7 @@ class FollowerStrategy(IStrategy):