Message Correlation after Network Partition
In the last weeks, we made several changes in our core components, we introduce some new abstractions, and changed how we communicate between partitions.
Due to these changes, we thought it might make sense to run some more chaos experiments in that direction and area since our benchmarks also recently found some interesting edge cases.
Today we experimented with Message Correlation and what happens when a network partition disturbs the correlation process.
TL;DR; The experiment was partially successful (after retry), we were able to publish messages during a network partition that have been correlated after the network partition. We need to verify whether we can also publish messages before a network partition and during the partition create the related instances.