It seems like kafka integration not available on chirpstack V4?

i follow step on document add

[integration]
enabled = ["mqtt", "kafka"]
# Kafka integration configuration.
  [integration.kafka]
    brokers=["localhost:9092"]
    tls=false
    topic="chirpstack"
    event_key="application.{{application_id}}.device.{{dev_eui}}.event.{{event}}"
    username=""
    password=""
    mechanism="PLAIN"
    json=true

then i restart chirpstack i got Error: Unexcepted integration: kafka

Thanks for letting me know, the integration is there but a key is missing for parsing the config. Will be fixed in the next release.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.