module
Version:
v0.0.0-...-c015bec
Opens a new window with list of versions in this module.
Published: Apr 25, 2023
License: MIT
Opens a new window with license information.
README
¶
Choreography-based sagas
Simple demonstration of Choreography-based saga written in go
- Run PostgreSQL
- Run MongoDB
- Run ZooKeeper
- Run Kafka
- Run Kafka Sink Connectors
- Load Sink Connectors Configuration for Customer Service
curl -d @"pg_customer_sink.json" \ -H "Content-Type: application/json" \ -X POST http://localhost:8083/connectors
- Load Sink Connectors Configuration for Order Service
curl -d @"pg_order_sink.json" \ -H "Content-Type: application/json" \ -X POST http://localhost:8083/connectors
- Install GRPC plugin
go get -d github.com/envoyproxy/protoc-gen-validate
- Import all the .proto file in /proto into Postman
- Add protoc-gen-validate directory as import path in Postman
Directories
¶
Click to show internal directories.
Click to hide internal directories.