morenol
morenol
We should configure smart modules in their own section `smartmodule` of the connectors config. ```yaml ... smartmodule: # optional name: string # required type: string # (valid values: filter, map,...
If we delete a topic, and for some reason the directory with the logs for the partitions of that topic are not erased, then we cannot create topics with the...
Adds a `smartmodule` top level config: ```yaml ... smartmodule: # optional name: some-name # required type: aggregate # optional (valid values: filter, map, filter_map, aggregate, array_map) aggregate_initial_value: 1 # optional...
Related to https://github.com/infinyon/fluvio-connectors/issues/285
**What happened** I have a connector running and it is not updating the offset in the topic after a cluster upgrade Got this log in the SPU ``` 2022-02-22T19:41:09.088051Z DEBUG...
There should be a way in fluvio client to get the partitions per topic.
## Feature Request It seems that failure is now deprecated: https://github.com/rust-lang-nursery/failure/pull/347, I suggest to change that for an alternative.
Add getters to the structs implemented in smartcore. Please make sure that we only add getters in the places where there is a corresponding getter in Scikit Learn.
We should add a description to each feature defined in smartcore in the Cargo.toml file, we could use as example the [Cargo.toml file of the serde project](https://github.com/serde-rs/serde/blob/d7ccef0cac8b3703eee47edee19f6bce0109af27/serde/Cargo.toml#L26). We should add...
#### System details - OS/Platform name and version: Ubuntu 20.04 - Rust version (if building from source): `rustc --version`: rustc 1.58.0 (02072b482 2022-01-11) - Notify version (or commit hash if...