Piotr Gankiewicz

Results 26 issues of Piotr Gankiewicz

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

bug
Pending Release

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

new functionality
server

good first issue
new functionality
config

new functionality
performance
config

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

new functionality
improvement
server

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.

improvement
server

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

new functionality
improvement
server

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

new functionality
server
rust