The transport module is what is called the tcp transport module that runs
on port 9300?
The transport module is what handles all major networking function of ES.
I.e: any network functions like http, zen discovery sit on top of transport
module?
The http module runs on port 9200?
The http module uses the transport module underneath?
The Java Client APIs use tcp transport or http?
Elasticsearch Java Client API is using TCP/IP transport of course - there
is only one Java API for clients and cluster nodes, "one size fits all".
It is possible to write Java Clients that make use of HTTP client
implementations to connect to port 9200 but that is not part of
Elasticsearch. Jest is one example.
The transport module is what is called the tcp transport module that runs
on port 9300?
The transport module is what handles all major networking function of ES.
I.e: any network functions like http, zen discovery sit on top of transport
module?
The http module runs on port 9200?
The http module uses the transport module underneath?
The Java Client APIs use tcp transport or http?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.