Robson Roberto Souza Peixoto

Results 41 comments of Robson Roberto Souza Peixoto

This bug only happen when compiled from the tarball https://github.com/erlang-ls/erlang_ls/archive/refs/tags/0.41.2.tar.gz. From the git repository the `--version` works well. ``` ❯ wget https://github.com/erlang-ls/erlang_ls/archive/refs/tags/0.41.2.tar.gz ... 2022-08-24 09:06:24 (1.45 MB/s) - ‘0.41.2.tar.gz’ saved...

@edenhill, in some system is very important keep a low latency. Are there a option to renew the connection after `connections.max.idle.ms`, instead of only close the connection? @amotl, your investigation...

Thanks @zmstone :) It is not a brod bug, my bad! After some debug I figured out what's happening. The Kafka Server always close the connections that area IDLE for...

The https://github.com/edenhill/librdkafka/issues/3109#issuecomment-793467742 are using an interesting solution for this, that is add `connections.max.idle.ms` to close the connection before the server/lb do that. If the brod restart the connection after `connections.max.idle.ms`...

Closing the connection every `connections.max.idle.ms` will only avoid a error message. But restarting the connection will increase the probability to keep low latency, because the connection could be ready to...

Maybe add a config `restart_idle_connections_ms` restarting idle connections could be very useful.

Great! A suggestion is allow to pass the `--context` as a parameter. It's very useful when you are managing multiples clusters

@husam-otri it looks an intentional behave. https://github.com/jhy/jsoup/blob/master/src/test/java/org/jsoup/parser/HtmlParserTest.java#L512-L516 https://github.com/jhy/jsoup/commit/ee5d4dffb382e362b52af67a53dffc92cc9ced49 Why was it necessary @jhy? mdn reference: https://developer.mozilla.org/en/docs/Web/HTML/Element/noscript