AlignmentSystems / MatchingEngine

A toy implementation of a matching engine. Don't use this in the real world, it's a toy!
MIT License
3 stars 0 forks source link

Downstream feed - Hyperledger fabric #40

Open JohnGreenan opened 1 year ago

JohnGreenan commented 1 year ago

The FIX drop-copy feed listens to Kafka and transforms AlignmentSBE to classic tag=value FIX4.4.

Take the Kafka listener and then use that to take the binary message and send that into Hyperledger fabric.

Consider idempotency, deduplication, throttling, stability and associated high-availability and disaster recovery requirements.