Publish message to Kafka topic (KRaft) with Dapr C#
I am new to Dapr as well as Kafka. Currently for my .NET 8 desktop app, I want to implement Dapr with Kafka(KRaft), for that I am working on POC, there I am facing issue that ‘Dapr.DaprException: ‘Publish operation failed: the Dapr endpoint indicated a failure’. ({“Status(StatusCode=”Unavailable”, Detail=”Error connecting to subchannel.”, DebugException=”System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it.”)”}).