-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix inconsistency in config loading between Java and Go #203
Comments
Merged
Do we need to fix such inconsistency? |
I agree with @capri-xiyue - can we fix these inconsistencies instead of just documenting them? |
Yes, it would be preferable to completely fix the inconsistency. But there are 1) technical viability 2) language idiomaticity to consider. For this one, I agree we should just fix it. Renaming the title. |
yolocs
changed the title
Document nuances in config loading between Java and Go
Fix inconsistency in config loading between Java and Go
Jan 9, 2023
capri-xiyue
added
p2
bug
Something isn't working
and removed
documentation
Improvements or additions to documentation
labels
Jan 10, 2023
In addition to remote backend config, other inconsistencies:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a sample config
In Go, it will return an error saying
address
is required for a remote backend config.In Java, it won't return an error; instead, it will treat that as a remote backend is not needed (enabled).
The text was updated successfully, but these errors were encountered: