好的想法是十分钱一打,真正无价的是能够实现这些想法的人。

Transport Client问题

Elasticsearch | 作者 redhat | 发布于2018年07月12日 | 阅读数:1219

The TransportClient connects remotely to an Elasticsearch cluster using the transport module. It does not join the cluster, but simply gets one or more initial transport addresses and communicates with them in round robin fashion on each action (though most actions will probably be "two hop" operations).
 
请问 though most actions will probably be "two hop" operations 这段是什么含义呀
已邀请:

要回复问题请先登录注册