obsidian-btc / eventstore-vertx

This is a simple Ruby EventStore producer/consumer example running in Vert.X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eventstore-vertx

This is a simple Ruby EventStore producer/consumer example running in Vert.X

Currently, this is highly dependent on the load order of the verticles. If the consumer starts up before the producer has finished producing, the consumer will blow up because it seems to be picknig up malformed messages from the EventStore.

About

This is a simple Ruby EventStore producer/consumer example running in Vert.X

License:MIT License


Languages

Language:Ruby 100.0%