Cargo Features

fluvio-stream-dispatcher has no features set by default.

[dependencies]
fluvio-stream-dispatcher = { version = "0.13.2", features = ["local", "k8"] }
local = serde_yaml

Enables k8 and use_serde of fluvio-stream-model

Affects metadata::local

k8 = k8-client, serde_json

Enables k8 of fluvio-stream-model

Affects fluvio-stream-dispatcher::metadata, metadata::k8

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.

serde_json k8?
serde_yaml local?
k8-client k8?