Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kafka connection issue #540

Open
charanhs123 opened this issue Jun 12, 2024 · 1 comment
Open

kafka connection issue #540

charanhs123 opened this issue Jun 12, 2024 · 1 comment

Comments

@charanhs123
Copy link

charanhs123 commented Jun 12, 2024

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

@calohmn
Copy link
Contributor

calohmn commented Jun 16, 2024

@charanhs123 This question doesn't seem specifically related to the cloud2edge chart deployment (the connection configuration you posted is different from the one used in the chart, as shown here). Therefore, I would suggest asking about this in the Eclipse Ditto forum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants