GitHub user thyseus added a comment to the discussion: "hook" for incoming
message
Actually my rust skills *had been* barely enough to get a mini-consumer running
that is just passing over the payload like this:
```
let output = Command::new("php")
.current_dir("/home/other-project/dev/shopauskunft")
.args([
"artisan",
"iggy:process",
payload
])
.output()
.expect("failed to execute process");
```
so i am totally fine; with a hook one would not need any consumer at all to
achieve something similar.
GitHub link:
https://github.com/apache/iggy/discussions/1641#discussioncomment-12529580
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]