Skip to content

feat: handle /works requests asynchronously with jetty issues#1334

Dominika Tkaczyk requested to merge feature/async-es into develop
  • uses Ring's asynchronous handlers so that threads do not have to actively wait for ES response
  • replaces http-kit with Jetty
  • wrapping handlers rewritten to be compatible with asynchronous handlers
  • all /works and /<resource>/<id>/works requests are handled asynchronously
  • respond function is passed to compojure/liberator handlers in the request, because liberator does not support asynchronous handlers
Edited by Dominika Tkaczyk

Merge request reports