Closed Vaniog closed 1 month ago
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
Hey @Vaniog can you explain what are you trying to say in the issue. As the spec you have shared is containing the {messagId} . For this doc it is 'sayHelloMessage' . You can refer here. let me know what are your thoughts.
In this case messageId is same as message name. But you can set messageId
property, as in spec below.
components:
messages:
sayHelloMessage:
messageId: notSayHelloMessage
payload:
type: object
properties:
name:
type: string
So message name and messageId will be different In case, which i provided in issue, these properties are same, so i dont want to see both of them in message header (screenshot)
Hey @Vaniog In asyncapi version 3.0.0 it is not valid. You can't specify the messageID in the spec. Here You can again refer. I have tried you spec in studio.
Yes. And so displaying message name and messageId separately in viewer is deprecated too.
Hey @AceTheCreator Would it be fine to remove one of the messageID, as both are the same. Is it for some other purposes? what's your suggestion, if it is a valid issue or not?
@ItshMoh, yea, we should remove the first one 👍🏾
:tada: This issue has been resolved in version 2.3.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Description
Remove block [Message ID] presented on the photo, if message has no property "messageId" (as in attached specification)
Reasons
This duplicate information and take a lot of space
Attachments