Cargo Features

Kafka-Proxy has no features set by default.

[dependencies]
kafka-proxy = { version = "1.0.0", features = ["reporter-slack", "stats-prometheus", "stats-statsd"] }
reporter-slack = slack-hook
stats-prometheus = prometheus
stats-statsd = cadence

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.

cadence stats-statsd?

Enables cadence ^0.11.0

prometheus stats-prometheus?

Enables prometheus ^0.2

slack-hook reporter-slack?

Enables slack-hook ^0.2