Andrey
Andrey
Is there any ability to assign one port for frontend-backend communication and another port for listening http clients? It would be very handy to control/firewall traffic.
Let's say we have identical brokers and capacityJSON has only default broker definition: ```json { "brokerCapacities": [ { "brokerId": "-1", "capacity": { "CPU": "100", "DISK": { "/var/lib/kafka/data1/data": "1500000", "/var/lib/kafka/data2/data": "1500000",...
I'd like to have an ability to specify ClickHouse version in `create_client()` so client could skip informational queries like `SELECT version(), timezone()` [here](https://github.com/ClickHouse/clickhouse-connect/blob/8a70ac04d4dd2943d7321d165fcbf0ef4eab5926/clickhouse_connect/driver/client.py#L67) **Is your feature request related to a...
- **chore(derp): prioritize loading DERP maps from URLs** - **chore(derp): allow nil regions in DERPMaps** This PR enables overriding or removing regions from the default Tailscale DERP map using local...
On Windows, if the user clicks the Tailscale icon in the system tray, it opens a login URL in the browser. When the login URL is opened, `state/nonce` cookies are...
With IPAllocationStrategy = "random" and strange environments (small VPN CIDR + k8s pods) users can run out of available IPs. So let's remove ips from ipset on DeleteNode. - [x]...
Prevent throttle cleanup from hanging on brokers with dynamic default replication throttle values by treating default/static values as cleared when expecting null, allowing execution to advance. ## Summary 1. Why:...
From [doc](https://get-coursier.io/docs/other-proxy) ``` # coursier -J-Dhttps.proxyHost=http://192.168.10.10:3128 fetch Unrecognized argument: -J-Dhttps.proxyHost=http://192.168.10.10:3128 # coursier --version 2.0.0-RC6-22 ``` It also ignores env variables like `http_proxy` and `https_proxy`.