VOOZH about

URL: https://thenewstack.io/asyncapi-looks-to-unify-api-workflow-under-linux-foundation/

⇱ AsyncAPI Looks to Unify API Workflow under Linux Foundation - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2021-04-07 16:00:01
AsyncAPI Looks to Unify API Workflow under Linux Foundation
profile,
API Management / Microservices / Serverless

AsyncAPI Looks to Unify API Workflow under Linux Foundation

Apr 7th, 2021 4:00pm by Mike Melanson
👁 Featued image for: AsyncAPI Looks to Unify API Workflow under Linux Foundation
Image by Steven Liao from Pixabay.

The AsyncAPI Initiative recently joined the Linux Foundation, bringing both its specification around asynchronous application programming interfaces (APIs), as well as its collection of open source tools that help create documentation, coding, and more for asynchronous API developers. With the move, the AsyncAPI Initiative joins alongside the OpenAPI Initiative at the Linux Foundation, bringing both sides of a single coin into the fold at the foundation, where Chris Aniszczyk, CTO and vice president of developer relations at the Linux Foundation, says he expects to see increased collaboration.

“We’re already a primary host for things like GraphQL, OpenAPI and gRPC. AsyncAPI has some ambitious goals of providing an abstraction for a lot of these different systems, so for us, we’re happy to serve this community and kind of bring together the API community under one neutral place where they’re going to collaborate and learn,” said Aniszczyk. “Once you get a bunch of smart people in a room together, collaboration tends to happen.”

When it comes to APIs, there exists a wide variety to choose from, such as those mentioned by Aniszczyk. But there is one key characteristic that separates all APIs into one of two camps: whether or not the application awaits an API response before moving on or not. With synchronous APIs, there is a request/response pattern, wherein a request is made and the application awaits the response before moving on. Asynchronous APIs, by comparison, most often use a publish/subscribe (often referred to as pub/sub) model, wherein an application subscribes to a topic and then the API provides updates to all subscribers whenever any message is posted to that topic. With an asynchronous API, the key factor is that the application continues moving forward, not awaiting a response, and these types of APIs have become the backbone for serverless and microservices architectures.

AsyncAPI creator Fran Méndez describes the AsyncAPI Initiative as comparable to that of OpenAPI, but for this other realm of APIs.

“The specification provides a common language for defining these types of interfaces. The landscape of protocols and messaging in asynchronous APIs is super wide. There are lots of protocols, unlike with HTTP APIs, which will only have HTTP,” said Méndez. “AsyncAPI provides this language that everyone can agree with, this contract if you want, and then tooling can benefit to generate documentation, generate code, to do pretty much anything you can do with OpenAPI right now, but for asynchronous APIs.”

Described in a release as a “sister project” to the OpenAPI Initiative, the AsyncAPI Initiative has many of the same functions as OpenAPI, but Méndez says the project’s ultimate goals go one step further.

“The problem that we’ve been seeing in the past years, from a user perspective, is that whenever you want to work with APIs, it is a very fragmented world. Imagine you have to define the data model for a user. This data model is most probably going to be used in many systems, not just on your REST APIs or on your GraphQL API or on your Kafka API,” said Méndez. “So it’s like, I’m doing the same thing over and over. As a user, I have to adapt to the tool, instead of the tool adapting to my workflow. What we’re trying to accomplish here is, basically, about unifying the workflow.”

To this end, both Méndez and Aniszczyk mentioned some future initiatives that they hope will work toward unifying those working on API tooling and specifications under the Linux Foundation’s tutelage. First, Aniszczyk mentioned an “API-related conference later in the year” that would potentially have tracks for different API protocols and specifications. AsyncAPI, Aniszczyk noted, has greater ambitions to include some other API systems in order to eventually offer a common layer, and events such as this, as well as collaboration at the Linux Foundation itself, would provide a way to move forward on that effort.

Mendez, meanwhile, explained that AsyncAPI joined the Linux Foundation not only to assure potentially hesitant enterprises that the AsyncAPI Initiative was something greater than a project under the direction of a single individual, but also to again work with other members of the API community.

“We want to also make it easier for people to collaborate and to take ownership of certain initiatives inside AsyncAPI,” said Mendez. “It’s about providing trust.”

In addition to joining the foundation, Méndez said they also hope to create an API working group to provide a place for not only API spec authors, but also developers and tooling creators, to meet monthly and discuss the problems faced by themselves and users alike.

TRENDING STORIES
Mike is a freelance writer, editor, and all-around techie wordsmith. Mike has written for publications such as ReadWriteWeb, Venturebeat, and ProgrammableWeb. His first computer was a "portable" suitcase Compaq and he remembers 1200 baud quite clearly.
Read more from Mike Melanson
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.