Table of Contents

What is an Async Request (fire and forget)?

About

An Async Request is a event-driven request where:

This type of request is also called fire and forget.

In most cases, it's only important to have some confirmation that the request was received.

Async vs Sync

In the synchronous communication paradigm, you make a request and wait for the response (ie http protocol)

API

See https://www.asyncapi.com/