An open API service indexing awesome lists of open source software.

https://github.com/opencars/schema

Async communication protocol
https://github.com/opencars/schema

pubsub

Last synced: 5 months ago
JSON representation

Async communication protocol

Awesome Lists containing this project

README

          

# Async communication protocol

## Important

**One event payload should be produced only by one service!**

**Consumers should make decidions about event handling only based on payload type!**

## Structure

```

|- proto
|- context_name
|- service_package
```

This package is a schema registry for recognizable and pluggable event communication.
+ Event producing
+ Event consuming
+ Topic naming definitions
+ Extending protocol