summary refs log tree commit diff
path: root/changelog.d/15578.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use a custom scheme & the worker name for replication requests. (#15578)Jason Little2023-05-231-0/+1
All the information needed is already in the `instance_map`, so use that instead of passing the hostname / IP & port manually for each replication request. This consolidates logic for future improvements of using e.g. UNIX sockets for workers.