We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is a bit frustrating when I went over the MQTT samples. As there is lack of documentation.
Providing the sample command like the one below would help and save a lot of time.
mosquitto_pub -t 'test-topic' -m '{"specversion" : "1.0","type" :"com.example.someevent","id" : "1234-1234-1234","source" : "/mycontext/subcontext","data":{"msg":"hello world!"}}' -D PUBLISH user-property Content-Type application/cloudevents+json; charset=utf-8
For more context, see the discussion here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is a bit frustrating when I went over the MQTT samples. As there is lack of documentation.
Providing the sample command like the one below would help and save a lot of time.
For more context, see the discussion here
The text was updated successfully, but these errors were encountered: