AsyncAPI Initiative Status Update (week 37, 2020)

Lukasz Gornicki

·4 min read
Post cover image

We canceled the previous status update due to the vacation cucumber season, so this status update covers the last four and not two weeks. Please familiarize yourself with many things we worked on and the exciting discussions we had.

Template for templates development

We’ve spent a lot of time recently on tooling development. Now it is time to start working on some docs! Last few weeks, we worked on a template, a boilerplate that one can use to create a new repository to start writing their template for the AsyncAPI Generator.

The work is still in progress and will take a few weeks more, but you can already see a preview here. All the Generator features are showcased there already. We are missing only example tests and readme there.

The next steps are writing a set of interactive tutorials that can explain all the features step by step, help create a super basic template, and then a more complex one.

In case you have some ideas, or maybe you want to help write those, please let us know.

Avro 1.8.2 support

Avro schema parser now supports Avro 1.8.2 and not only 1.9.0. The AsyncAPI Generator and the Playground already support the new version of the parser.

Parser v1.0.0-rc.4

The latest release candidate includes few bug fixes, but most important is that it also introduces proper tests for the browser to make sure we avoid any future mistakes in the project that could cause browser-incompatible release.

React component improvements

The AsyncAPI React component for rendering documentation on the client-side just reached release v0.12.1. Among all the other improvements, the most important are:

  • Custom schema parsers for RAML, OpenAPI, and Avro are now also used by this component
  • Better handling and rendering of additionalProperties
  • Schemas are not presented in the tables anymore

The Highlight of Interesting Discussions

Proposal for more formal examples

AsyncAPI 2.0 specs allow you to specify an example of the message. You can have many examples stored in an array of maps, where the key is the name of the example, and value can be of any type. Laurent Broudoux from Microcks project created a proposal for better representation of examples where you can provide an example of the message payload and the headers. It means we will end up with more formal Examples object in the spec.

Please have a look at this proposal and share your opinion. At the moment, it is a part of our AsyncAPI 2.1 milestone.

Native support for projects like CloudEvents

CloudEvents is a specification for commonly describing event data. AsyncAPI is a specification for describing an application's API related to asynchronous communication. In the end, users should not decide which spec is better cause they serve a different purpose. Through discussions with the community, we learned that many want to use AsyncAPI + CloudEvents + Avro.

Before AsyncAPI 2.0.0 we released an article where we discussed how CloudEvent could be used in an AsyncAPI document. Long story short, it was about presenting a payload of messages wrapped with CloudEvents in AsyncAPI Payload object, and how to leverage AsyncAPI custom schema format. Such an approach can lead to a lot of duplications.

CloudEvents is like an envelope for your letter. The message may include some non-business related data instead of having them separated in the headers. You do not want to mix this technical information with business information in the AsyncAPI document under one Payload field, even if this is possible.

One possible option could be to reuse AsyncAPI bindings functionality, but so far, they were used only for describing information related to specific protocols.

Please have a look at this issue or talk to us on Slack. In short, we discuss there an option to introduce an object called Envelope.

AsyncAPI Special Interest Group (SIG) open meeting

The last meeting took place on Tuesday, 1st of September, 8AM UTC. Meeting notes and recording are available here.

The next meeting is scheduled for next Tuesday, 15th of September, 4PM UTC.

We work on the agenda for the next meeting here. At the moment, there is nothing in the agenda so you can sneak in your topic easily.

We host the meeting on Zoom. Do not forget about future meetings and always have up to date invitations in your calendar by adding your email to this mailing list.

Curated Content

Subscribe to our newsletter to receive news about AsyncAPI.

We respect your inbox. No spam, promise ✌️

Made with :love: by the AsyncAPI Initiative.