eclipse-ditto

Connecting Eclipse Hono to Ditto - “description”:“Check if all required JSON fields were set.”},“status”:400}" Error

匆匆过客 提交于 2020-04-30 08:15:28
问题 I was successfully able to connect Hono to Ditto using AMQP adapters and I got the following messages in the log. The value sent from the demo device registered in Hono is successfully received and updated in the Ditto thing. connectivity_1_ad306c4c315b | 2019-07-08 21:12:05,434 INFO [ID:AMQP_NO_PREFIX:TelemetrySenderImpl-35] o.e.d.s.c.m.a.AmqpPublisherActor akka://ditto-cluster/system/sharding/connection/1/Insight-connection-1/pa/$a/c1/amqpPublisherActor2 - Response dropped, missing replyTo

Connecting Eclipse Hono to Ditto - “description”:“Check if all required JSON fields were set.”},“status”:400}" Error

不打扰是莪最后的温柔 提交于 2020-04-30 08:11:05
问题 I was successfully able to connect Hono to Ditto using AMQP adapters and I got the following messages in the log. The value sent from the demo device registered in Hono is successfully received and updated in the Ditto thing. connectivity_1_ad306c4c315b | 2019-07-08 21:12:05,434 INFO [ID:AMQP_NO_PREFIX:TelemetrySenderImpl-35] o.e.d.s.c.m.a.AmqpPublisherActor akka://ditto-cluster/system/sharding/connection/1/Insight-connection-1/pa/$a/c1/amqpPublisherActor2 - Response dropped, missing replyTo

502 Bad Gateway nginx/1.13.12 on localhost while creating a new policy in ditto

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-15 10:56:09
问题 I am new to docker, I'm using docker on windows 10 and am using Eclipse Ditto and Eclipse Mosquitto, I have to create a twin device. Before that I have to create a new policy via Postman, While executing the policy am getting the following error: The code to create the new policy is ass follow curl -X put 'http://localhost:8080/api/2/policies/my.test:policy' -u 'ditto:ditto' -H 'Content-Type: application/json' -d '{ "entries": { "owner": { "subjects": { "nginx:ditto": { "type": "nginx basic

Connecting Eclipse Ditto to Apache Kafka

雨燕双飞 提交于 2019-12-24 06:37:26
问题 I am following the instructions explained in this documentation to connect Apache Kafka to Eclipse Ditto. https://www.eclipse.org/ditto/connectivity-protocol-bindings-kafka2.html I am not sure about the following. 1) ["ditto:outbound-auth-subject", "..."] under the Authorization context. 2) "address": "topic/key" Please let me know about them! Thank you in advance.! Edit: Please find the command that I used to connect Ditto and Kafka curl -X POST -i -u devops:foobar -H 'Content-Type: