readysettech / readyset

Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached select statements and incrementally updates these results over time as the underlying data changes.
https://readyset.io
Other
4.54k stars 125 forks source link

Add option for report_host and report_port for MySQL #1357

Open altmannmarcelo opened 3 months ago

altmannmarcelo commented 3 months ago

Description

When connected to MySQL, Readyset is not setting the report_host and port to display on SHOW REPLICAS:

mysql> SHOW REPLICAS;
+------------+------+------+------------+--------------+
| Server_Id  | Host | Port | Source_Id  | Replica_UUID |
+------------+------+------+------------+--------------+
| 4294967239 |      |    0 | 1          |              |
| 4294967240 |      |    0 | 1          |              |
+------------+------+------+------------+--------------+
2 rows in set (0.00 sec)

Change in user-visible behavior

Requires documentation change