Member since
03-29-2022
2
Posts
0
Kudos Received
0
Solutions
03-30-2022
12:22 AM
@araujo Thanks for the answer. I am not saying where the logs are saved but where the data is saved when it is flushed. In the documentation of the log.flush.interval.messages says "The number of messages accumulated on a log partition before messages are flushed to disk". What I refer in this question is about the location where the messages are flushed to disk after receiving 10 messages (in the case of the previous example). At first I thought the properties you are talking about could be also used to specify the directory where I wanted the messages to be flushed to, but they aren't.
... View more
03-29-2022
04:18 AM
I have a basic kafka 2.13_3.10 cluster with one broker, consumer and producer. I was testing if the "log.flush.interval.messages = 10" worked properly. It is supposed to write the kafka messages of the topics after 10 messages, but where are they saved in the disk by default?? And, is there any way to specify the directory where you want data to be flushed overriding the default configuration? Thanks in advance.
... View more
Labels:
- Labels:
-
Apache Kafka