mirror of https://github.com/apache/kafka.git
MINOR: Fix a typo in a comment in config/server.properties (#4373)
This commit is contained in:
parent
51f0f3ee79
commit
b2146a1cba
|
@ -82,7 +82,7 @@ transaction.state.log.min.isr=1
|
||||||
# There are a few important trade-offs here:
|
# There are a few important trade-offs here:
|
||||||
# 1. Durability: Unflushed data may be lost if you are not using replication.
|
# 1. Durability: Unflushed data may be lost if you are not using replication.
|
||||||
# 2. Latency: Very large flush intervals may lead to latency spikes when the flush does occur as there will be a lot of data to flush.
|
# 2. Latency: Very large flush intervals may lead to latency spikes when the flush does occur as there will be a lot of data to flush.
|
||||||
# 3. Throughput: The flush is generally the most expensive operation, and a small flush interval may lead to exceessive seeks.
|
# 3. Throughput: The flush is generally the most expensive operation, and a small flush interval may lead to excessive seeks.
|
||||||
# The settings below allow one to configure the flush policy to flush data after a period of time or
|
# The settings below allow one to configure the flush policy to flush data after a period of time or
|
||||||
# every N messages (or both). This can be done globally and overridden on a per-topic basis.
|
# every N messages (or both). This can be done globally and overridden on a per-topic basis.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue