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…
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…
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": {
…