You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/internal/GeneralArchitectureGuide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
There are two main types of network communication used in Elasticsearch:
10
10
- External clients interact with the cluster via the public REST API over HTTP connections
11
-
- Cluster nodes communicate internally using a binary messaging format over TCP connections
11
+
- Cluster nodes communicate internally using a binary message format over TCP connections
12
12
13
13
> [!NOTE]
14
14
> Cross-cluster [replication](https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-ccr.html) and [search](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-cross-cluster-search.html) use binary/TCP messaging for inter-cluster communication but this is out of scope for this section
0 commit comments