Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 452 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 452 Bytes

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

<root>
  |- 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