func VerifyKeyOrdering(publishData, receiveData []OrderedKeyMsg) error
VerifyKeyOrdering verifies that received data was published and received in key order.
TODO(deklerk): account for consistent redelivery.
OrderedKeyMsg is a message with key and data.
type OrderedKeyMsg struct { Key string Data string }