Skip to content

Commit eadefff

Browse files
fix(self-hosted): Remove Zookeeper notes (#14241)
1 parent 90a19bf commit eadefff

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

develop-docs/application-architecture/overview.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ graph TD
2222
snuba --> kafka
2323
snuba --> redis
2424
snuba --> clickhouse
25-
kafka --> zookeeper
2625
sentry_web --> sentry_worker["Sentry (worker)"]
2726
sentry_worker --> memcached
2827
sentry_worker --> redis

develop-docs/self-hosted/backup.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ data are already defined as global volumes at install time and are prefixed with
180180
- `sentry-data`
181181
- `sentry-postgres`
182182
- `sentry-redis`
183-
- `sentry-zookeeper`
184183
- `sentry-kafka`
185184
- `sentry-clickhouse`
186185
- `sentry-symbolicator`

develop-docs/self-hosted/troubleshooting/kafka.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@ The _nuclear option_ is removing all Kafka-related volumes and recreating them w
6464
```shell
6565
docker compose down --volumes
6666
```
67-
2. Remove the Kafka & Zookeeper related volumes:
67+
2. Remove the the Kafka volume:
6868
```shell
6969
docker volume rm sentry-kafka
70-
docker volume rm sentry-zookeeper
7170
```
7271

7372
3. Run the install script again:

0 commit comments

Comments
 (0)