Skip to content

kafka connection issue #540

Description

@charanhs123

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions