ermakov-oleg

Results 8 issues of ermakov-oleg

If 'max_retries=0' is set and the request fails, the client goes into an infinite loop, resulting in a ddos elasticsearch. In the synchronous version of the client, this case is...

Maybe like this: ```python from dataclasses import dataclass from serpyco_rs import Serializer from serpyco_rs._main import Override from serpyco_rs.metadata import CamelCase, OmitNone, MinLength @dataclass class B: foo: str @dataclass class A:...

## What is the problem your feature solves, or the need it fulfills? In Kubernetes environments, especially when using sidecar proxies, it is common to redirect traffic using iptables with...

enhancement