Anatoly Zelenin

Results 54 issues of Anatoly Zelenin

I would like to have a Graph, which shows me, how much money I spent and earned money in a month

enhancement

It would be nice, if I could export Graphs in png and svg-format

enhancement

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%

enhancement

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...

enhancement

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.

help wanted

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...

enhancement

## Backup * Create Cluster * Write some data * Read some data * Start Kafka Backup * Do a Zookeeper Backup wit burry # Restore * Restore Zookeeper data...

documentation

Similarly as implemented in #99: https://github.com/itadventurer/kafka-backup/pull/99/files/a14cc2f2cdb05bf8d1af110d5c810501fd5e0869..7d1be68dca9503b5590c653101c446788c7d5bd1#diff-ba5c35b2ef715943238042d755657cb4

enhancement

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

enhancement