Cargo Features

[dependencies]
fluvio-connectors-common = { version = "0.1.0", default-features = false, features = ["sink", "source", "opt"] }
default = opt

The opt feature is set by default whenever fluvio-connectors-common is added without default-features = false somewhere in the dependency tree.

sink = fluvio-spu-schema, opt

Affects opt::CommonConnectorOpt.consumer_common

source = fluvio-spu-schema, opt

Affects opt::CommonConnectorOpt.producer_common

opt default sink? source?

Enables smartengine of fluvio ^0.13

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

fluvio-spu-schema sink? source?

Enables fluvio-spu-schema ^0.10.0