Idan Yael
Idan Yael
When working on remote mode (`vod_mode remote;`) and the upstream returns code other than 200/206, the client gets 502. The source of it is probably [here](https://github.com/kaltura/nginx-vod-module/blob/master/ngx_child_http_request.c#L172) I have some authorization...
I'm using Google OpenID for cluster authentication and the email claim as the username. So the subject name in my role bindings is the user email address and the UI...
Extract an interface for `SharedContext` and use the interface in the pipeline. Make current `SharedContext` an in-memory interface implementation. This will open the ability to have an external context that...
Create a MarketProvider and TradeProvider interfaces for utilizing external providers. Design options: 1. Supply `SignalsExecutor` and `Source` to the interfaces and let them utilize the system. 2. Supply the Market...
Create a CLI to wrap realtime trading and backtesting. CLI should be able to run pipelines from preconfigured configuration (maybe create on the fly?)
Currently, the only way to set global tags that will be attached to all spans is by using `DD_TAGS` environment variable (unless I'm missing something). This is an issue for...
Binance PR #23 introduced a real-time data implementation done with WebSockets. Because this is running using Threads, sending SIGINT to a running process hangs (the thread runs in the background)....
I am trying to export a metric with labels created by kubernetes_metadata filter. I'm using the following match: ``` @type parser key_name log @type regexp expression upstream: \"http://(?.*?)/.*?\" @type prometheus...
**This is still a WIP** which includes: 1. Type annotations - deserializing responses into classes and exposing those to the API consumer 2. Code splitting - Splitting classes and interfaces...
Hello, I'm using `"@googlemaps/google-maps-services-js": "^3.4.0"` I'm trying to use Directions API on the server side and pass the `directions()` response to the client to render. This is done so the...