Request Request
Request Certified

yaml
type: "io.kestra.plugin.nats.core.Request"
yaml
id: nats_request_reply
namespace: company.team

tasks:
  - id: request
    type: io.kestra.plugin.nats.core.Request
    url: nats://localhost:4222
    username: nats_user
    password: nats_password
    subject: "greet.bob"
    from:
      headers:
        someHeaderKey: someHeaderValue
      data: "Hello from Kestra!"
    requestTimeout: 2000
Properties
Min length1
DefaultPT5S