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
Adds documentation for the `workers` parameter on the Avro format
configuration. Default: 4.
Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs.feldera.com/docs/formats/avro.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ either `registry_urls` or `schema` properties must be specified.
112
112
|`registry_username`| string || Username used to authenticate with the registry.Requires `registry_urls` to be set. This option is mutually exclusive with token-based authentication (see `registry_authorization_token`).|
113
113
|`registry_password`| string || Password used to authenticate with the registry. Requires `registry_urls` to be set.|
114
114
|`registry_authorization_token`| string || Token used to authenticate with the registry. Requires `registry_urls` to be set. This option is mutually exclusive with password-based authentication (see `registry_username` and `registry_password`).|
115
+
|`threads`| integer |`4`| Number of parallel worker threads used to encode messages. **Only supported with [indexed outputs](/connectors/unique_keys).**|
0 commit comments