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
Describe the desired outcome from the user's perspective
As an Open API developer, I need to route client requests to different client or proxy bindings. My existing Open API spec includes endpoints where some need to be proxied to Kafka while some need to directly proxy to the original service.
Acceptance criteria
Route client requests based on matched operation-id or api-id.
Specify the openapiclient TCP host, port, and base path from the servers in the spec.
The text was updated successfully, but these errors were encountered:
Describe the desired outcome from the user's perspective
As an Open API developer, I need to route client requests to different
client
orproxy
bindings. My existing Open API spec includes endpoints where some need to be proxied to Kafka while some need to directly proxy to the original service.Acceptance criteria
operation-id
orapi-id
.openapi
client
TCP host, port, and base path from theservers
in the spec.The text was updated successfully, but these errors were encountered: