TBragi
TBragi
Are you referring to kafka's own log files? (server.log, controller.log, log-cleaner.log, etc..) Or are you referring to the topic logs? (requests-N, tb_transport.api.requests-N) I ran a test with your configurations, and...
In your case you create the `requests` and `tb_transport.api.requests` topics with specific configurations regarding `retention.ms` and `retention.bytes`. Any other topics will be created with the cluster default settings unless you...
@xiddjp can this issue be closed? 😃
Just a heads up, this change from Apline to Debian gave me an error: I am using a setup where the hostname of my kafka cluster nodes is something in...
You don't provide much details, but perhaps this [cheatsheet](https://medium.com/@TimvanBaarsen/apache-kafka-cli-commands-cheat-sheet-a6f06eac01b#0d0c) can help you? Sounds like you are deleting the partitions manualy while the kafka cluster has it replicated?