GitHub user thyseus edited a comment on 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/me/other-project/")
        .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]

Reply via email to