chore: rename

This commit is contained in:
2026-01-25 02:26:36 +00:00
parent be773bd77c
commit 7272016cd2
2 changed files with 4 additions and 2 deletions
+4 -2
View File
@@ -1,8 +1,8 @@
learning kafka
# 01-broken-setup ( not actually broken )
# 01-docker-setup
Take a look at 01-broken-setup. Ideally when you setup, you need to have a meta.properties file in the kafka-data ( /var/lib/kafka/data ) directory. This file is created when Kafka starts for the first time.
Take a look at 01-docker-setup. Ideally when you setup, you need to have a meta.properties file in the kafka-data ( /var/lib/kafka/data ) directory. This file is created when Kafka starts for the first time.
```
#
@@ -50,3 +50,5 @@ If you run another producer, messages will be twice as fast and all "just works"
If you create more consumers than paritions, the extra consumers will be idle.
There is no scaling down of partitions, to decrease partitions, you need to create a new topic with less partitions and migrate data over.
# 04-keys