Anatoly Zelenin
Anatoly Zelenin
I would like to have a Graph, which shows me, how much money I spent and earned money in a month
How much money have I spent for a special envelope in proportion to others? Make Pie-chart from data: Envelope 1: 30% Envelope 2: 40% Envelope 3: 10% Envelope 4: 20%
I would like to have the possibility to see how much money I spent every month for a envelope. - Total spent money/month - For every envelope Both: average values...
Ideally this job would be scheduled independently of the delivery of new messages from Kafka Connect. Currently the offsets are synchronized every time, new records are pushed to Kafka Connect.
Currently we rely on a Zookeeper restore or manual creation of topics to be restored. Instead, it would be nice to be able to restore not only the topic data...
## Backup * Create Cluster * Write some data * Read some data * Start Kafka Backup * Do a Zookeeper Backup wit burry # Restore * Restore Zookeeper data...
Similarly as implemented in #99: https://github.com/itadventurer/kafka-backup/pull/99/files/a14cc2f2cdb05bf8d1af110d5c810501fd5e0869..7d1be68dca9503b5590c653101c446788c7d5bd1#diff-ba5c35b2ef715943238042d755657cb4
This basically means we will start always with offset `0` when we do not find any files containing data for a partition. This would simplify the code around https://github.com/itadventurer/kafka-backup/blob/master/src/main/java/de/azapps/kafkabackup/sink/BackupSinkTask.java#L84-L107 dramatically