You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command will describe the processor plugin configuration available.
It does require having Conduit previously running.
Arguments
Name
Description
Required
Default Value
plugin
processor plugin name
Yes
--help
$ conduit processor-plugins describe PLUGIN
EXAMPLE:
$ conduit processor-plugins describe avro.decode
# auth.basic.password
type: string
description: This option is required if auth.basic.username contains a value. If both auth.basic.username and auth.basic.password are empty basic authentication is disabled.
# auth.basic.username
type: string
...
Note:
Something important to mention is that the endpoint will be the same of for listing plugins, but it'll use a regex to filter by a processor plugin name. e.g.: .*debezium.*) being possible to maybe list only by builtin ones, etc
Feature description
This command will describe the processor plugin configuration available.
It does require having Conduit previously running.
Arguments
--help
Note:
Something important to mention is that the endpoint will be the same of for listing plugins, but it'll use a regex to filter by a processor plugin name. e.g.:
.*debezium.*
) being possible to maybe list only bybuiltin
ones, etcPart of #1911
The text was updated successfully, but these errors were encountered: