asyncapi / asyncapi/generator

explore how to handle `reply` operation in code generation

Open
#1,547 24 comments 0 reactions 1 assignee Claimed by @derberg View on GitHub
enhancement
Dominant language
JavaScript
Stars
1.1k
Forks
397
Avg merge
1d 18h
Merged PRs (30d)
26

Description

example from Slack and Hopscotch/Postman (one of these 2) has an operation that also has reply operation. This means that given application, whenever gets a message or sends a message, sends or receives a reply. We need to generate code that support is.

so for example in Slack, whenever you get a regular event, you need to reply with envelopeId. We need a code generated that will for example for client not only read an incomming message and allow you to write business logic for it, but also gives you an easy to use function to send a reply

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.