[🐛 BUG]: Config for RPC plugin does not work when included from another file #2017
Closed
Description
No duplicates 🥲.
- I have searched for a similar issue in our bug tracker and didn't find any solutions.
What happened?
When splitting configs, forwarding the rpc.listen
field or something like that doesn't work. The error says that the address is not specified, although I assume that the plugin did not start or the config cannot be read.
Version (rr --version)
rr version 2024.2.1 (build time: 2024-09-12T16:25:02+0000, go1.23.1), OS: linux, arch: amd64
How to reproduce the issue?
.rr.base.yaml
:
version: '3'
rpc:
listen: tcp://127.0.0.1:6001
# also 0.0.0.0 does not working
.rr.yaml
:
version: '3'
include:
- .rr.base.yaml
...
then run rr workers
Relevant log output
/var/www/html # rr workers
rpc service not specified in the configuration. Tip: add
rpc:
listen: rr_rpc_address
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done