Merge pull request #45542 from UtahDave/doc_mixed_transports

Add warning about using mixed transports
This commit is contained in:
Nicole Thomas 2018-01-19 16:44:30 -05:00 committed by GitHub
commit 0d622f92a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.