fluvio icon indicating copy to clipboard operation
fluvio copied to clipboard

Add SmartModule config to connector top level configuration file

Open morenol opened this issue 3 years ago • 1 comments

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

morenol avatar Jun 28 '22 21:06 morenol

Can you create issue for this?

sehz avatar Jul 01 '22 16:07 sehz

Stale pull request message

github-actions[bot] avatar Sep 12 '22 11:09 github-actions[bot]