Kafka topic下的消息也叫日志?
Message under Kafka topic is also called log?
Kafka topic下的消息也叫日志?
日志分区 = 主题消息分区?
# The default number of log partitions per topic. More partitions allow greater
# parallelism for consumption, but this will also result in more files across
# the brokers.
num.partitions=1
在 Kafka 世界中,"log" 术语是指代理本身存储的消息。我能理解有时它会让人感到困惑,但它与 "logging"(例如关于显示经纪人的状态)无关。
Kafka topic下的消息也叫日志?
日志分区 = 主题消息分区?
# The default number of log partitions per topic. More partitions allow greater
# parallelism for consumption, but this will also result in more files across
# the brokers.
num.partitions=1
在 Kafka 世界中,"log" 术语是指代理本身存储的消息。我能理解有时它会让人感到困惑,但它与 "logging"(例如关于显示经纪人的状态)无关。