Christos Kotsis
Christos Kotsis
Include a simple note to clarify why num was used. Initially this could confuse starters since they might thing that num is some special rust keyword I found the answer...
### What version of the Stream Reactor are you reporting this issue for? 1.2.2 Is possible to use hive source connector in incremental mode? The same way as JDBC source...
## Why are these changes needed? Sample configuration for exporting metrics from ray cluster workers. This works with autoscaling and should cover new workers and remove destroyed worker pods as...
### Search before asking - [X] I searched the [issues](https://github.com/ray-project/kuberay/issues) and found no similar issues. ### KubeRay Component ray-operator ### What happened + What you expected to happen ## Issue...
Re-opened
## What changes were proposed in this pull request? Allow setting the deployment startegy for the deployment For example allow setting a RollingUpdate stategy. Additional notes: Currently, when we make...
**Describe the bug** By whitelisting hosts or networks will instruct nettrust to create whitelist entries in nftables. If the host or network is removed from the args or config and...
**Describe the bug** When NetTrust (built with softfloat) runs on MIPS64, it throws an error on ttlCacheChecker ticks. More specifically TPLink Archer C7, each time TTL Checker ticks to clear...
Switch workerExtraConfig indentation to 2 Switch coordinatorExtraConfig indentation to 2 Before config.properties: | coordinator=true node-scheduler.include-coordinator=false http-server.http.port=8080 query.max-memory=4GB query.max-memory-per-node=1GB discovery.uri=http://localhost:8080 someKey=someValue After config.properties: | coordinator=true node-scheduler.include-coordinator=false http-server.http.port=8080 query.max-memory=4GB query.max-memory-per-node=1GB discovery.uri=http://localhost:8080 someKey=someValue