Shard Filter
Used to enforce database schema sharding between specific Primaries
| Pre-configured filter name | shardfilter |
| Classname | com.continuent.tungsten.replicator.filter.ShardFilter |
| Property prefix | replicator.filter.shardfilter |
| Stage compatibility | |
tpm Option compatibility | |
| Data compatibility | Any event |
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
enabled | boolean | false | If set to true, enables the shard filter |
unknownShardPolicy | string | error | Select the filter policy when the shard unknown; valid values are accept, drop, warn, and error |
unwantedShardPolicy | string | error | Select the filter policy when the shard is unwanted; valid values are accept, drop, warn, and error |
enforcedHome | boolean | false | If true, enforce the home for the shard |
allowWhitelisted | boolean | false | If true, allow explicitly whitelisted shards |
autoCreate | boolean | false | If true, allow shard rules to be created automatically |