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
HTTP Binding: type: Request vs. Response is not described. What is the request, and what is the response?
The doc states: REQUIRED. Type of operation. Its value MUST be either request or response.
I attached a small sample below. In this sample, does request mean the subscriber requests the message (consumer calls channel; response is the message) or the channel sends a request to the subscriber (channel calls consumer; event is attached)?
asyncapi: 2.6.0
info:
title: Event Push API
version: 1.0.0
channels:
/event:
subscribe:
bindings:
http:
type: request # todo: request or response?
method: POST
message:
payload:
type: string
examples:
- "hello"
Attach any resources that can help us understand the issue.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Describe the bug you found in AsyncAPI Docs.
HTTP Binding:
type
: Request vs. Response is not described. What is the request, and what is the response?The doc states:
REQUIRED. Type of operation. Its value MUST be either request or response.
I attached a small sample below. In this sample, does
request
mean the subscriber requests the message (consumer calls channel; response is the message) or the channel sends a request to the subscriber (channel calls consumer; event is attached)?Attach any resources that can help us understand the issue.
Code of Conduct
The text was updated successfully, but these errors were encountered: