At a high level based on the technology of event store and streaming (i.e. Apache Kafka, Amazon Kinesis, etc.) to decouple systems and make them event driven systems. I was wondering what new architectural risks this would pose such as whether there is more susceptible to abusing blind trust between systems like the eventing platform, or if event streams can create race conditions.
TLDR What additional technical risks (theoretical and otherwise) does Event Store and Streaming platforms create?