Docs Cloud Redpanda Connect Components Outputs resource resource Type: OutputInputProcessor Available in: Cloud, Self-Managed Resource is an output type that channels messages to a resource output, identified by its name. # Config fields, showing default values output: resource: "" Resources allow you to tidy up deeply nested configs. For example, the config: output: broker: pattern: fan_out outputs: - kafka: addresses: [ TODO ] topic: foo - gcp_pubsub: project: bar topic: baz Could also be expressed as: output: broker: pattern: fan_out outputs: - resource: foo - resource: bar output_resources: - label: foo kafka: addresses: [ TODO ] topic: foo - label: bar gcp_pubsub: project: bar topic: baz Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution reject_errored retry