sa-mw-dach / opendj

Apply Open Source principles to the Dance Floor! MOVED TO https://github.com/opendj/opendj
https://github.com/opendj/opendj
GNU General Public License v3.0
6 stars 9 forks source link

Experiment with AsyncAPI #52

Closed DanielFroehlich closed 5 years ago

DanielFroehlich commented 5 years ago

AsyncAPI is an extension/variation of OpenAPI by adding async/event handling capabilities. AsyncAPI . Could be a good way to describe async interfaces, but needs more investigation / experimentation.

I think we should experiment with this, e.g. define a simple async api, use it to generate prducer/consumer code against kafka and see how it works.

Derived from: https://github.com/sa-mw-dach/OpenDJ/issues/24#issuecomment-491512297_

DanielFroehlich commented 5 years ago

@ortwinschneider, would that be something for you, as you already have a small kafka pub/sub app up and running?

DanielFroehlich commented 5 years ago

No time for experiments, let's simply use it along the way.