You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not part of any minor release, but needs to be fixed before 0.13.0
With the recent addition of ecdysis taking care of the configuration parsing, it looks like not all options are correctly parsed. Notice in the following example how log.level is configured correctly, but not grpc.address.
$ go run ./cmd/conduit/main.go config --grpc.address :8085 --log.level warn
....
grpc.address: :8084
log.level: warn
...
@lovromazgon also noticed that config.path is another that's not parsed correctly.
Bug description
Caution
This issue is not part of any minor release, but needs to be fixed before 0.13.0
With the recent addition of ecdysis taking care of the configuration parsing, it looks like not all options are correctly parsed. Notice in the following example how
log.level
is configured correctly, but notgrpc.address
.@lovromazgon also noticed that
config.path
is another that's not parsed correctly.The bug fix might need to occur in https://github.com/ConduitIO/ecdysis, but I am tracking it here for better visibility at the moment.
It's important we fix this issue because the configuration shown via
conduit config
command is the one that will be used onconduit run
Steps to reproduce
conduit config
with some configuration options.Version
v0.13.0-nightly.20250110
The text was updated successfully, but these errors were encountered: