-
Notifications
You must be signed in to change notification settings - Fork 66
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
C2E "Tour" documentation is outdated, still refers to AMQP 1.0 connections #432
Comments
Yes, I will take a look and try to fix where appropriate :) |
Hi @thjaeckle , {"status":504,"error":"connectivity:connection.failed","message":"Failed to consume sources: [command_response/my-tenant/replies-0, telemetry/my-tenant-0, event/my-tenant-0]","description":"command_response/my-tenant/replies-0: no such node [condition = amqp:not-found], telemetry/my-tenant-0: message address must not contain tenant ID only [condition = hono:bad-request], event/my-tenant-0: message address must not contain tenant ID only [condition = hono:bad-request]"} {"status":504,"error":"connectivity:connection.failed","message":"Failed to consume sources: [telemetry/my-tenant/my-device-1-0, event/my-tenant/my-device-1-0]","description":"telemetry/my-tenant/my-device-1-0: no such node [condition = amqp:not-found], event/my-tenant/my-device-1-0: no such node [condition = amqp:not-found]"} { Using below documentation- Can you please let me know how I can fix this issue? I have tried with both HTTP API & Piggyback API but getting the same issue- curl -X 'POST' |
Hi @ishwar25667 , I still haven't gotten around to fixing the documentation, but kafka is the default messaging used between Hono and Ditto for a long time. |
Adding the request for creating a Kafka connection. Signed-off-by: Carsten Lohmann <carsten.lohmann@bosch.io>
@kalinkostashki I've created #493 to update the cloud2edge tour. |
Adding the request for creating a Kafka connection. Signed-off-by: Carsten Lohmann <carsten.lohmann@bosch.io>
Adding the request for creating a Kafka connection. Signed-off-by: Carsten Lohmann <carsten.lohmann@bosch.io>
Fixed in #493. |
Signed-off-by: Carsten Lohmann <carsten.lohmann@bosch.io>
The current Create a new connection from Ditto to Hono still refers to creating a AMQP 1.0 connection to Hono.
AFAIK the c2e package however moved to Apache Kafka based connectivity from Ditto to Hono.
The tour documentation should be adjusted to reflect that change.
@kalinkostashki could you have a look please?
The text was updated successfully, but these errors were encountered: