Skip to content

Commit

Permalink
feat: remove version ref for inline catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Sep 13, 2024
1 parent 681db39 commit 03758ec
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
4 changes: 0 additions & 4 deletions asyncapi.http.kafka.proxy/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ bindings:
catalog:
host_filesystem:
subject: http
version: latest
exit: south_kafka_proxy
south_kafka_proxy:
type: asyncapi
Expand All @@ -30,12 +29,10 @@ bindings:
catalog:
host_filesystem:
subject: http
version: latest
kafka_api:
catalog:
host_filesystem:
subject: kafka
version: latest
routes:
- when:
- api-id: http_api
Expand All @@ -58,7 +55,6 @@ bindings:
catalog:
host_filesystem:
subject: kafka
version: latest
telemetry:
exporters:
stdout_exporter:
Expand Down
4 changes: 0 additions & 4 deletions asyncapi.mqtt.kafka.proxy/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ bindings:
catalog:
host_filesystem:
subject: mqtt
version: latest
exit: south_kafka_proxy
south_kafka_proxy:
type: asyncapi
Expand All @@ -30,12 +29,10 @@ bindings:
catalog:
host_filesystem:
subject: mqtt
version: latest
kafka_api:
catalog:
host_filesystem:
subject: kafka
version: latest
mqtt-kafka:
channels:
sessions: mqttSessions
Expand Down Expand Up @@ -86,7 +83,6 @@ bindings:
catalog:
host_filesystem:
subject: kafka
version: latest
telemetry:
exporters:
stdout_logs_exporter:
Expand Down
2 changes: 0 additions & 2 deletions asyncapi.mqtt.proxy/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ bindings:
catalog:
host_filesystem:
subject: smartylighting
version: latest
exit: mqtt_proxy_client
mqtt_proxy_client:
type: asyncapi
Expand All @@ -28,7 +27,6 @@ bindings:
catalog:
host_filesystem:
subject: smartylighting
version: latest
tcp:
host: ${{env.MOSQUITTO_BROKER_HOST}}
port: ${{env.MOSQUITTO_BROKER_PORT}}
Expand Down
4 changes: 0 additions & 4 deletions asyncapi.sse.kafka.proxy/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ bindings:
catalog:
host_filesystem:
subject: sse
version: latest
exit: south_kafka_proxy
south_kafka_proxy:
type: asyncapi
Expand All @@ -30,12 +29,10 @@ bindings:
catalog:
host_filesystem:
subject: sse
version: latest
kafka_api:
catalog:
host_filesystem:
subject: kafka
version: latest
routes:
- when:
- api-id: sse_api
Expand All @@ -51,7 +48,6 @@ bindings:
catalog:
host_filesystem:
subject: kafka
version: latest
telemetry:
exporters:
stdout_exporter:
Expand Down
2 changes: 0 additions & 2 deletions asyncapi.sse.proxy/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ bindings:
catalog:
host_filesystem:
subject: eventstore
version: latest
exit: sse_proxy_client
sse_proxy_client:
type: asyncapi
Expand All @@ -28,7 +27,6 @@ bindings:
catalog:
host_filesystem:
subject: eventstore
version: latest
tcp:
host: ${{env.SSE_SERVER_HOST}}
port: ${{env.SSE_SERVER_PORT}}
Expand Down
2 changes: 0 additions & 2 deletions openapi.proxy/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ bindings:
catalog:
host_filesystem:
subject: petstore
version: latest
exit: south_openapi_client
south_openapi_client:
type: openapi
Expand All @@ -28,7 +27,6 @@ bindings:
catalog:
host_filesystem:
subject: petstore
version: latest
tcp:
host: openapi-mock
port:
Expand Down

0 comments on commit 03758ec

Please sign in to comment.