Closed
Description
In the DefaultReactiveElasticsearch class there is a call to block(). This could potentially cause the IllegalStateException("block()/blockFirst()/blockLast()...) to be thrown. This will be thrown into EventLoop of the Netty Server.
Can make a reactive implementation of the SearchDocumentResponse to remove the blocking call?