--- title: kafka package description: > The `kafka` package provides tools for working with [Apache Kafka](https://kafka.apache.org/). menu: flux_v0_ref: name: kafka parent: stdlib identifier: kafka weight: 11 cascade: flux/v0/tags: [kafka] introduced: 0.14.0 --- The `kafka` package provides tools for working with [Apache Kafka](https://kafka.apache.org/). Import the `kafka` package: ```js import "kafka" ``` ## Functions {{< children type="functions" show="pages" >}}