python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Connect to AWS MSK Kafka cluster from azure service, Private key check failed. no certificate assigned
I am trying to connect to an AWS MSK cluster from an Azure Service. We are using confluent kafka dotnet libraries in the code and also mTLS for the connection as below.
var consumerConfig = new Consum...
Priyan Perera
Votes: 0
Answers: 0
How to use Amazon MSK in C# code to publish a message to Kafka
I am creating a c# application to publish a message to Kafka. In the current version of my application I set up cluster locally using docker (confluentinc-cp and confluentinc-zookeeper). However to ru...
PurpleGreen
Votes: 0
Answers: 0
Kafka Producer can't connect to servers and will not throw any exception
I have an extremely simple setup for sending message to Kafka:
var producerConfig = new ProducerConfig
{
BootstrapServers = "www.example.com",
Securit...
yesman
Votes: 0
Answers: 2
How can I create a topic on Event Hub/Kafka using the AdminClient?
I'm trying to create a topic (an Event Hub) programmatically from the Kafka interface using AdminClient.CreateTopicsAsync. This works when connecting to Kafka, but not to Event Hub. I'm running into t...
Asik
Votes: 0
Answers: 1