¿El cliente Java de ElasticSearch utiliza la API REST?
Frecuentes
Visto 778 veces
1
Does the ElasticSearch Java client use the ES cluster's REST API behind the scenes? I'm wondering if it's possible to deploy an ES cluster via AWS ElasticBeanstalk which requires .war
s. There's a method for deploying ES as a .war
but it offers only the REST interface.
1 Respuestas
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas elasticsearch amazon-elastic-beanstalk or haz tu propia pregunta.
Thanks - any idea how the Java API is manifested? Some custom protocol over TCP? RMI? - IngenieroMejor_DJ
De acuerdo con esta código, usa Netty and TCP - A21z