[Tile-serving] [openstreetmap/mod_tile] Allow connections over TCP besides Unix sockets for tools (#263)
Stephan Austermühle
notifications at github.com
Tue Sep 14 19:18:15 UTC 2021
Signed-off-by: Stephan Austermühle <au at hcsd.de>
Fixes #137
This PR allows tools like `render_list` to connect to `renderd` over network instead of local Unix sockets allowing for easy separation of `mod_tile` and `renderd`. Also, it enables connecting to dynamically scaling `renderd` instances (e.g., when deployed on a Kubernetes cluster). Simply pass `-s ‹hostname›:‹tcpPort›` instead of a Unix socket path to use.
Feedback on this PR is welcome.
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/mod_tile/pull/263
-- Commit Summary --
* Allow connections over TCP besides Unix sockets
-- File Changes --
M includes/protocol.h (2)
M src/render_list.c (2)
M src/render_submit_queue.c (133)
-- Patch Links --
https://github.com/openstreetmap/mod_tile/pull/263.patch
https://github.com/openstreetmap/mod_tile/pull/263.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/pull/263
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210914/4c3c4432/attachment.htm>
More information about the Tile-serving
mailing list