File system paths¶
In the following table, we summarise some of the most relevant file paths used in the Apache Kafka and Apache ZooKeeper charms.
Apache Kafka¶
Path |
Description |
Permission |
---|---|---|
|
Binary files for the Charmed Apache Kafka K8s distribution. |
(owned by |
|
General bash scripts to provide helpers and utilities for managing and interacting with Apache Kafka. |
(owned by |
|
Configuration files used by Apache Kafka daemon process. These files are generally written and managed by the charm. |
(owned by |
|
Application Logging files generated by the Apache Kafka daemon process. These files are written by the workload, but they may be read by other components to provide monitoring (e.g. Grafana and/or charm). |
(owned and managed by |
|
Raw data is stored persistently by Apache Kafka during its operations. The files are written and managed by Apache Kafka only. |
(owned and managed by |
Apache ZooKeeper¶
Path |
Description |
Permission |
---|---|---|
|
Binary files for the Charmed Apache ZooKeeper distribution. Note that this is a read-only Squashfs file system. |
(owned by |
|
General bash scripts to provide helpers and utilities for managing and interacting with Apache ZooKeeper. |
(owned by |
|
Configuration files used by Apache ZooKeeper daemon process. These files are generally written and managed by the charm. |
(owned by |
|
Application Logging files generated by the Apache ZooKeeper daemon process. These files are written by the workload, but they may be read by other components to provide monitoring (e.g. Grafana and/or charm). |
(owned and managed by |
|
Raw data is stored persistently by Apache ZooKeeper during its operations. The files are written and managed by Apache ZooKeeper only. |
(owned and managed by |
External storage is used for storing persistent raw data, and it is
mounted at /var/lib/zookeeper
.