Jameel Al-Aziz
Jameel Al-Aziz
We've recently come across the issue where gRPC clients are not correctly load balancing across all available gRPC servers. We are setting the `round_robin` load balancing policy on the clients,...
`graceful_exit` ultimate calls `server.close()` which is defined as: ``` def close(self) -> None: """Stops accepting new connections, cancels all currently running requests. Request handlers are able to handle `CancelledError` and...
This may be out of scope for this project, but it would be amazing if `python-libconf` could support round-trip editing of a config file. In particular, it would be great...
Our config includes: ``` - {"#from": "consul:signalfx/monitors/*", flatten: true, optional: true} ``` This may be intentional, but if the consul service is not available, the smart agent dies after logging...
The `collectd/consul` plugin configuration can optionally accept `signalFxAccessToken` to send leadership change events. Currently, the token has to be passed manually. Would it be possible to pass it in automatically...
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe...
This may be related to #318, but it involves the return value rather than the type. When using the `retry` decorator with [`ddtrace-py`'s `tracer.wrap()`](https://ddtrace.readthedocs.io/en/stable/advanced_usage.html?highlight=tracer.wrap#ddtrace.Tracer.wrap), the return value of the function...
**Is your feature request related to a problem? Please describe.** We've started to rollout `flipt` and mostly love it. However, we have encountered a few limitations in the way segments...
We have a use case where we have a bridge behind a TCP proxy. This is useful as a method to share port 443 with multiple services on the server....