Hi everyone,
I'm new to the testing world and currently exploring contract testing in .NET. I've been able to successfully implement contract testing for request-response architectures, but I'm now working with event-driven services that use Kafka as a message queue.
I'm a bit stuck on how to apply contract testing in this context. Could someone please guide me or share a working example for event-driven architecture using Kafka? Any help or resources to understand the flow would be greatly appreciated.
Thanks in advance for your help!