-
Notifications
You must be signed in to change notification settings - Fork 47
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
Issue with custom-ditto-java-payload-mapper #90
Comments
We can try. |
Hi, curl -i -X POST -u devops:foobar -H 'Content-Type: application/json' --data '{ I follow the same steps which was mentioned in the documentations. errors: else it raise: curl: (56) Recv failure: Connection reset by peer |
Which version of Ditto are you running? |
"service":"ditto-gateway-service","service-version":"3.5.2" |
{ |
can anyone please help me to fix this |
In Ditto 3.4.0, "Akka" was exchanged with "Apache Pekko". import akka.actor.ActorSystem; with instead: import org.apache.pekko.actor.ActorSystem; And (this should be obvious) also update the
Probably the dependency |
Thank you I able to make connection now, but this mqtt command [mqtt pub -h mqtt.eclipseprojects.io -p 8883 -s -t ditto-example-custom-payload-mapper/source --message-file example-protobuf-msg] is not working for me I tried this command mosquitto_pub -h localhost -p 1883 -t ditto-example-custom-payload-mapper/source -f example-protobuf-msg put it doesn't give the expected output curl -i -H 'x-ditto-pre-authenticated: pre:ditto' http://localhost:8080/api/2/things/org.eclipse.ditto:thing-1 {"thingId":"org.eclipse.ditto:thing-1","policyId":"org.eclipse.ditto:thing-1"} so, what is the command and which file we need to send using mqtt status connection-- |
Hi,
I am trying to implement the custom ditto mapper, while to run the connectivity part added volume with jar using the given yaml I unable to create connection it raise an 408 timeout error.
can you please help me to fix this issue. Thank you
The text was updated successfully, but these errors were encountered: