fluvio
fluvio copied to clipboard
Add SmartModule config to connector top level configuration file
Adds a smartmodule top level config:
...
smartmodule: # optional
name: some-name # required
type: aggregate # optional (valid values: filter, map, filter_map, aggregate, array_map)
aggregate_initial_value: 1 # optional
parameters: # optional
key: value
foo: bar
...
Also changed struct name from ManageConnectorParameterValue to ManagedConnectorParameterValue
Closes #2471 Closes #2455
Can you create issue for this?
Stale pull request message