You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
Just to add some context, the app configures the Kafka proxy based on the servers section and some properties (actually extensions) you must configure on the server(s).
Just to simplify, It basically configures a local port to map to a remote Kafka broker.
The question is: What are the usecase for supporting multiple AsyncAPI files?
As example, I could think there might be use cases where users might want to configure the app to act as Kafka proxy for several Kafka clusters. Clusters that could be found in different asyncapi.yaml files.
However, I see some technical complexity in here, since same servers could be declared in several files but with different names, same for channels related to those servers.
Is there a concise reason we might want to support configuring the event-gateway from several files instead of just using one?