redpanda-data / connect

Fancy stream processing made operationally mundane

Home Page:https://docs.redpanda.com/redpanda-connect/about/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add component path information for custom plugins

packman80 opened this issue · comments

I've been working on developing a custom processor plugin for Benthos and encountered a scenario where accessing the component path information within the plugin would be incredibly useful. Specifically, I'm interested in retrieving the path similar to how it's represented in Benthos logs (e.g., processors.1.switch.1) for more contextual logging and processing within my plugin.

In a discussion with @Jeffail in Discord, it was suggested that this feature would require adding the component path information to the Resources type to be accessible by custom plugins.