Can someone tell me how to implement request response pattern using kafka with .net core (2.1,2. or 3.1). I prefer to implement this pattern using MassTransit which is light weight message bus. I was not able to find reference implementation among their documentation. May be i missed it. Can someone, share some standard reference implementation using MassTransit. If it can't be found, any samples (Implementation of Request Response pattern) implemented using Confluent Kafka is also great to see.
Thanks All