Questions tagged [confluent-kafka-dotnet]

A Kafka .NET client, written by Confluent.

Source: https://github.com/confluentinc/confluent-kafka-dotnet

138 questions
0
votes
1 answer

How can I send raw Json using Kafka Confluent C# client?

I have a consumer application that expects JSON something like this: {"timestamp":1554138000,"level":"first","message":"abc"}. But Confluent Message object seems to be a key value pairs of strings. I assume, the message KV pairs are internally…
frosty
  • 2,421
  • 6
  • 26
  • 47
0
votes
1 answer

Is there a way to query the replication factor and retention time for a topic using the Confluent.Kafka .Net client?

The Confluent.Kafka AdminClient allows you to create a topic, specifying the name, number of partitions, replication factor, and retention (and I'm guessing other settings through the configs property). The GetMetadata() call, however, returns a…
Derek Greer
  • 15,454
  • 5
  • 45
  • 52
0
votes
1 answer

When EnableSslCertificateVerification is set to true (Confluent Kafka) - certificate verification fails

I am running my client on Windows and I was able to verify the CA authority exists and is valid in Trusted Root certificate authorities. "Dev-on-Windows": { "commandName": "Project", "environmentVariables": { …
Saher Ahwal
  • 9,015
  • 32
  • 84
  • 152
1 2 3
9
10