An example Position server built with Netty and Disruptor
The weekend project: Trapos
Create a real sample application using the Disruptor. Something beyond the example tests that are in the disruptor source distribution.
The goal: create an in memory position server that is fed trades and rates from the command line over a TCP/IP socket.
The first cut is ready and working, it can take in trades and rates, and update an aggregated position.
I would still like it to print Profit or Loss for the position based on the rates updates. But that will have to wait for another weekend…
The result, a poorly named