Anton Naydenov
Anton Naydenov
I'm using the reactive kafka in my applications. The Reactor kafka provides everything you need to work. Or does it means support in the form of annotations? For example: ```java...
Yes, many issue depend on the new ES client. Most issue can be blocked. Is there anything I can do to help you with your the new client?
Version 7.15 has been released. What do you think can unlock the issue? [ElasticSearch releases](https://github.com/elastic/elasticsearch/releases)
Currently, this status is generating by the application server in implementation of the HttpServletResponse. For example, Tomcat uses SC_FOUND = 302 for a responce. ```java package org.apache.catalina.connector; //........ public class...