chore: rename
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
learning kafka
|
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.
|
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.
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user