Anatoly Zelenin

Results 70 comments of Anatoly Zelenin

Kafka Backup has no support for recreating the topics. You need to do it yourself. Afterwards, you can use Kafka Backup to fill the topics again with the data. But...

See https://github.com/getdreams/kafka-backup/pull/20

Yes, this issue is still relevant but I currently do not have any time continuing the development of kafka-backup.

Hi, This means, that somehow Kafka-backup gets an offset from Kafka that is lower that the latest entry in the current backup. Imagine following procedure: You backup messages with the...

This is weird :thinking: I assume you do not have *huge* messages. `max.poll.interval.ms` is set to 5 minutes and you are pulling "just" 500 messages in each poll. I hope...

Sure, if you are using Prometheus to grab the JMX metrics, thats a good start! Looking forward for your feedback!

I think we may have somewhere a memory leak or something like that :( I am currently on holidays and will try to dig into it in September

Thank you for your research! Sadly I am currently not able to maintain this Project on my own. If you are interested in supporting me, please let me know for...

Have you been able to resolve the issue? I think that may be a problem with the `CLASSPATH`…

If I understand this correctly, this will be fixed by #109