79251344

Date: 2024-12-04 13:31:32
Score: 1.5
Natty:
Report link

Consider a language agnostic format like protobuf, avro, or thrift. For starters you can have a shared repo with the schema and then import it as a git submodule to any service that requires it. You'll need a strategy for handling schema evolution to ensure that there are not breaking changes to the shared schema.

If you want something more sophisticated take a look at Buf.build and their tooling (BSR, Buf CLI) that facilitates sharing message formats at scale.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: dilzio