Hubert Gruszecki

Results 67 issues of Hubert Gruszecki

Multiple people often start working on same problem, which causes synchronization issues. In order to avoid this, please inform us via discord that you want to start work on something....

operations

Aim of this task is to optimize `iggy` CI in context of performance of docker image. Possible improvements: - hugepages support (if possible, need to do research) - switch to...

ci-cd
performance
server

Currently, we can't overwrite array config entries from env, eg.: ![image](https://github.com/iggy-rs/iggy/assets/5490304/e5b82b41-e424-4e85-afa2-b6b68b2172b9) The aim of this issue is to implement some kind of parser in config_provider.rs, so that user can call...

good first issue
server

Currently, if someone wants to use `IggyClient` with custom server TCP address, following code is absolute minimum: ```rust let tcp_client_config = TcpClientConfig { server_address: get_tcp_server_addr(), ..TcpClientConfig::default() }; let tcp_client =...

api
sdk

Aim of this task is to create new command for IggyClient which would be passed to iggy-server (and handled there). As a result, server should return zip file with file...

new functionality
api
server

good first issue
server
sdk

https://docs.rs/tokio-util/0.7.4/tokio_util/codec/index.html mainly for `Messages`

server
sdk

- uuid128 simd - less loop over `Messages` - use references

server