Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin binary wrappers #40

Open
shiqizng opened this issue Mar 27, 2023 · 0 comments
Open

Plugin binary wrappers #40

shiqizng opened this issue Mar 27, 2023 · 0 comments

Comments

@shiqizng
Copy link
Contributor

shiqizng commented Mar 27, 2023

At this time, to use Conduit we need to define plugin configuration in Conduit.yml and plugins need to be in Conduit repo. It would be nice if Conduit could also run a plugin binary.

processors:
  - name: processor_binary_wrapper
    config:
        path: /path/to/binary

Define IO scheme for passing data to binary.
Different plugins for daemon and one time calls?

Something similar to this:
https://github.com/influxdata/telegraf/tree/master/plugins/processors/execd

@shiqizng shiqizng changed the title attach a binary to conduit plugin binary Mar 27, 2023
@winder winder changed the title plugin binary Plugin binary wrappers Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@winder @shiqizng and others