What is an Async Request (fire and forget)?

Card Puncher Data Processing

About

An Async Request is a event-driven request where:

  • you don't need a response from the server because you're not requesting or asking for anything
  • you just want to communicate or inform that “something happened.”

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/





Discover More
Card Puncher Data Processing
What is an Event-Driven processing model?

An event-oriented model is a system that is driven from an event point of view, not from a state point of view. Ie: when an event occurs, transformation happens to the entities that change their...



Share this page:
Follow us:
Task Runner