Is CoreWCF supports KafkaBinding ? Is yes - Can someone please share the steps I need to follow in client side ? I could not able to find a way to create channel factory for Kafka Binding and make server calls ?
Channel factory should be created for Kafka binding and able to make server calls
I think it supports KafkaBinding.
1.There is a package for it on Nuget
CoreWCF.Kafka
2.Binding generation and service injection can refer to the following code: