asyncapi / shape-up-process

This repo contains pitches and the current cycle bets. More info about the Shape Up process: https://basecamp.com/shapeup
https://shapeup.asyncapi.io
11 stars 8 forks source link

Design a new Parser API resilient to breaking changes #108

Open smoya opened 3 years ago

smoya commented 3 years ago

Description

Our current parser is tightly coupled to the AsyncAPI document structure. We should create a new parser API that represents intents instead of the structure of the document.

More at https://github.com/asyncapi/shape-up-process/issues/82