Replies: 2 comments
-
Hi, why not, I think it could be interesting in some use cases to have such a HTTP callback mechanism |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today the scheduler role is to publish a message to a target topic at a specific time in the future. What can be interesting is to be able to call an url with the payload of the message.
Specs:
a new header could be added to the message to specify the url and the method
ex:
scheduler-target-url: http://myapp/channel/online/1
scheduler-target-url-method: POST
or
scheduler-target-url: POST http://myapp/channel/online/1
Beta Was this translation helpful? Give feedback.
All reactions