Skip to content

wralith/transaction-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Worst Choreography Implementation

This repository is created to show a concept to my friend Sacettin

Check the tests especially this one to see flow

Flow

flow

Run

go run cmd/first_step/main.go & go run cmd/second_step/main.go & go run cmd/third_step/main.go

Test

You can run tests with go test ./...

Missing Parts

  • Go Map ok checks, will panic in any scenario that is not happy path.
  • Thread safe maps?
  • Validating if request with same Correlation ID is in the inbox of previous step.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages