Piotr Gankiewicz
Piotr Gankiewicz
Using int type as identity key results in an error (library always try to convert the value to long)
Hey, I've found out the following issue when using `int` as a key and then trying to insert the record into the Postgres table (which is configured to be of...
To support the different requirements for data archiving e.g. massive amount of records (TBs or even more), automatic backup in multiple environments and so on, it would be great to...
As described [here](https://docs.confluent.io/kafka/design/log_compaction.html), log compaction could be a new kind of retention policy, allowing to override (and even delete for the null/empty payload) the old values for the same ID,...
For example, the `load()` method expects an empty struct to be passed to load the data, while it's not the case anymore for some components.
Currently, the automatic cleanup of expired segments is based only on the time, e.g. delete segments older than 7 days etc. It could be also beneficial to extend the existing...
In order to support clustering in the future, the server should store the received commands in the form of a basic stream (append-only log) instead of a custom database with...