-
Notifications
You must be signed in to change notification settings - Fork 56
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
Adding yaml support for zilla config #150
Conversation
System.out.println("warning: zilla.json is deprecated, migrate to zilla.yaml"); | ||
configURL = Paths.get("zilla.json").toUri(); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this check will be easier to process when I merge the docker image layout changes.
...rc/main/java/io/aklivity/zilla/runtime/command/start/internal/airline/ZillaStartCommand.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please double check that deprecation warning is actually emitted when using zilla.json
instead of zilla.yaml
.
fix #144