|
Allow puppetdb to be configured to forward commands to one or more other systems. Each forwarding connection can optionally configured to run each command through the anonymizer.
We should attempt to send each command a fixed number of times before giving up and logging a warning. Notably out of scope are any requirements about making sure the command is delivered to at least one system or a quorum of systems.
If we implemnet this, ops can use it to forward all messages to an instance that we can have direct access to.
We should consider whether this is a PE-only feature, since you can use it to configure a crummy, error-prone version of replication.
|