eclipse-ditto / ditto

Eclipse Ditto™: Digital Twin framework of Eclipse IoT - main repository
https://eclipse.dev/ditto/
Eclipse Public License 2.0
686 stars 222 forks source link

Connection between Hono and Ditto - New tenant - Failed #1626

Closed paulocabrita-ionos closed 1 year ago

paulocabrita-ionos commented 1 year ago

Hello everyone.

I'm following the tour: https://www.eclipse.org/packages/packages/cloud2edge/tour/ and my aim is to create a new tenant, create some devices, send data to Hono and manipulate Ditto. Everything works fine except that Ditto does not receive any data.

I also noticed that the site has instructions to create a new connection between Hono and Ditto using AMQP but... the example that is also deployed uses Kafka. The example uses the domain "org.eclipse.packages.c2e".

If I had devices to the "org.eclipse.packages.c2e" domain everything works fine.

My curls are the following:

Like I said, if I use the tenant from the example "org.eclipse.packages.c2e", it works fine but now when I create a new tenant.

I think this a related issue:

Also, I think it should be great to update the "tour" site in order to have instructions to connect Hono and Ditto using Kafka.

Does anyone have a working new kafka connection running with a new tenant?

Please advise.

Thanks PJC

thjaeckle commented 1 year ago

Please move this ticket to the IoT Packages project, as this is scope of the packages project to provide this combination of Hono/Ditto: https://github.com/eclipse/packages

There is already a known issue that the "tour" should be updated to using Kafka, however noone contributed on that so far: https://github.com/eclipse/packages/issues/432

paulocabrita-ionos commented 1 year ago

Thanks.

I will create the new issue in the "packages".