endava-workshop / endava-akka-workshop

Endava Akka workshop Bucharest, January 2014
6 stars 3 forks source link

Create custom REST client to interact with ES #22

Open cvasii opened 10 years ago

cvasii commented 10 years ago

Create a custom REST client to communicate with ES This client should be async Actions that the client should support: index, bulk index, analyze, search Propose to use apache http async client, because the first attempts using Spring's RestTemplate didn't led to any result due to the bulk api and the json structure for bulk operations.