-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
storyFeature description from user's perspectiveFeature description from user's perspective
Description
Describe the desired outcome from the user's perspective
As an AsyncAPI consumer, I want to configure zilla as http proxy using asyncapi.yaml more directly in zilla.yaml.
Acceptance criteria
asyncapiserverbinding configured viaasyncapi.yamlforhttpasyncapiclientbinding configured viaasyncapi.yamlforhttp- only
asyncapiserverbinding andasyncapiclientbinding needed to configureasyncapihttpproxy
Additional context
Syntax similar to the following in zilla.yaml using composite bindings.
bindings:
asyncapi_server:
type: asyncapi
kind: server
options:
specs:
- http/asyncapi.yaml
exit: asyncapi_client0
asyncapi_client:
type: asyncapi
kind: client
options:
specs:
- http/asyncapi.yamlMetadata
Metadata
Assignees
Labels
storyFeature description from user's perspectiveFeature description from user's perspective