Connect to elasticsearch in google app engine through java transport client -


i want connect elasticsearch cluster in google appengine through java transportclient. appengine sandbox settings prevent me creating transportclient since employs thread pooling. there way enable thread pooling in app?


Comments

Popular posts from this blog

python - Creating a new virtualenv gives a permissions error -

facebook - android ACTION_SEND to share with specific application only -

go - Idiomatic way to handle template errors in golang -