Alex Mrynsky

Results 4 comments of Alex Mrynsky

looks like the breaking change. getting the same after upgrading to `2021.0.1`. as a workaround, we disabled http2 support for the server by setting `--server.http2.enabled=false`

Here are details for this issue: - by default spring cloud gateway enables 2 protocols `HTTP11` & `H2` - `H2` is not supported for HTTP protocol - underlining Reactor Netty...

This is how we do it for `reactor-kafka`. We use Micrometer API for metrics - define micrometer counter or builder if custom tags from context are required ``` Counter.Builder receivedCounter...

Does anyone have a good solution for it? I tried to use it with `ChatOpenAI` and forced to use `llm_chain` over search but it is causing some "endless loop" for...