morenol

Results 40 issues of 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,...

feature/connector

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...

bug
SPU
stability
storage
no-stale

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

feature/connector

**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...

bug
needs-scope

There should be a way in fluvio client to get the partitions per topic.

enhancement
technical debt
Client
API
partition

## 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.

type/enhancement

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.

enhancement

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...

help wanted
good first issue
documentation

#### 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...