mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 05:07:54 +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
|
||||
.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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user