Add warning about using mixed transports

This commit is contained in:
David Boucha 2018-01-18 18:31:44 -07:00
parent 18e814a7bb
commit f542bdf566

View File

@ -13,6 +13,12 @@ to ``tcp`` on each Salt minion and Salt master.
transport: tcp
.. warning::
We currently recommend that when using Syndics that all masters and minions
use the same transport. We're investigating a report of an error when using
mixed transport types at very heavy loads.
Wire Protocol
=============
This implementation over TCP focuses on flexibility over absolute efficiency.