Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 563 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 563 Bytes

What is it?

  • minimalistic example of using SBE in Go
  • although these are already provided in SBE docs, this was a good starting example to learn about Go project setup, defining/exporting interfaces and playing around with Go in general

Generating SBE model files

SBE schema is defined in message.xml and model was generated using SBE tool:

java -Dsbe.target.language=Golang -jar /path_to/sbe-all-1.8.7.jar message.xml