-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
Hello @calohmn
i am runing apache kafka broker on my pc and have established connection between ditto and kafka broker , but I am not able to receive the values , by subscribing to the topic.
`{
"id": "kafka-connection",
"name": null,
"connectionType": "kafka",
"connectionStatus": "open",
"uri": "tcp://1//////////:9092",
"sources": [],
"targets": [
{
"address": "digitaltwins",
"topics": [
"_/_/things/twin/events",
"_/_/things/live/messages"
],
"authorizationContext": [
"nginx:ditto"
],
"headerMapping": {}
}
],
"clientCount": 1,
"failoverEnabled": true,
"validateCertificates": true,
"processorPoolSize": 1,
"specificConfig": {
"saslMechanism": "plain",
"bootstrapServers": "///////////:9092"
},
"tags": []
}`
the connection is successful , but I am not able to see any values when I consume on this topic
Metadata
Metadata
Assignees
Labels
No labels