Generate zilla.yaml from an AsyncAPI definition#369
Merged
jfallows merged 20 commits intoaklivity:developfrom Aug 31, 2023
Merged
Generate zilla.yaml from an AsyncAPI definition#369jfallows merged 20 commits intoaklivity:developfrom
jfallows merged 20 commits intoaklivity:developfrom
Conversation
c98297b to
59eb2b8
Compare
762692c to
06f12a0
Compare
jfallows
requested changes
Aug 30, 2023
...src/main/java/io/aklivity/zilla/runtime/command/config/internal/airline/ConfigGenerator.java
Show resolved
Hide resolved
...la/runtime/command/config/internal/asyncapi/http/proxy/AsyncApiHttpProxyConfigGenerator.java
Outdated
Show resolved
Hide resolved
...rc/main/java/io/aklivity/zilla/runtime/command/config/internal/asyncapi/model2/Channel2.java
Outdated
Show resolved
Hide resolved
.../main/java/io/aklivity/zilla/runtime/command/config/internal/asyncapi/model2/Resolvable.java
Outdated
Show resolved
Hide resolved
...rc/main/java/io/aklivity/zilla/runtime/command/config/internal/asyncapi/model2/Channel2.java
Outdated
Show resolved
Hide resolved
...src/main/java/io/aklivity/zilla/runtime/command/config/internal/asyncapi/model2/Server2.java
Outdated
Show resolved
Hide resolved
...io/aklivity/zilla/runtime/command/config/internal/asyncapi/http/proxy/complete/asyncapi.yaml
Outdated
Show resolved
Hide resolved
...sources/io/aklivity/zilla/runtime/command/config/internal/asyncapi/http/proxy/tls/zilla.yaml
Outdated
Show resolved
Hide resolved
jfallows
approved these changes
Aug 31, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Generate zilla.yaml from a corresponding AsyncAPI definition.
Fixes #256