Architecture Spotlight: Event Sourcing – Part Two (opens in new tab)
In the previous architecture spotlight entry, we discussed Event Sourcing and illustrated the concept with a simple banking account example. We laid out many of its pros and cons to help readers decide if the pattern would be useful to them. In this post, we will be expanding the example and showing a working code implementation using a popular event streaming technology, Apache Kafka.
Read the original article