mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-05 18:38:27 +00:00
Fix missing Kafka key.
This commit is contained in:
parent
4f08f7ddcb
commit
7e6552df5e
@ -62,6 +62,10 @@ pub async fn setup() -> Result<()> {
|
|||||||
.await
|
.await
|
||||||
.context("Setup AMQP integration")?,
|
.context("Setup AMQP integration")?,
|
||||||
)),
|
)),
|
||||||
|
"kafka" => integrations.push(Box::new(
|
||||||
|
kafka::Integration::new(&conf.integration.kafka)
|
||||||
|
.context("Setup Kafka integration")?,
|
||||||
|
)),
|
||||||
_ => {
|
_ => {
|
||||||
return Err(anyhow!("Unexpected integration: {}", name));
|
return Err(anyhow!("Unexpected integration: {}", name));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user