Cargo Features
fluvio-stream-dispatcher has no features set by default.
[dependencies]
fluvio-stream-dispatcher = { version = "0.13.6", features = ["local", "k8"] }
- local = parking_lot, 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
metadata::k8
,metadata::MetadataClient
…
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.