Skip to content

Commit 66256d2

Browse files
caminshajrodewig
authored andcommitted
[DOCS] Added a new use case for transport.port (#42126)
1 parent e760996 commit 66256d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/modules/transport.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ The transport module is used for internal communication between nodes
55
within the cluster. Each call that goes from one node to the other uses
66
the transport module (for example, when an HTTP GET request is processed
77
by one node, and should actually be processed by another node that holds
8-
the data).
8+
the data). The transport module is also used for the `TransportClient` in the
9+
{es} Java API.
910

1011
The transport mechanism is completely asynchronous in nature, meaning
1112
that there is no blocking thread waiting for a response. The benefit of

0 commit comments

Comments
 (0)