Friday, March 2, 2012

Presentation on Error Handling with event sourcing

Slides:https://docs.google.com/presentation/d/1Xs-Q1ZkiDW9wolk3vYqqyq9aBpdImv_xzYxlJYfKxzQ/edit#slide=id.p
In my ever growing desire to be able to automate capturing all errors and being able to validate fixing them I put together a demo and some simple code https://github.com/lateefj/cltpy_chat. Basically it captures all events and marks session that have a strack trace error in them so that they can be later found and rerun on the system. The idea being some day to be able to capture all events and then rerun them agains the code that has fixed them to prove that the fix will work. I am hoping to come out with some tools for Javascript and Python to be able to easily automate this.