chengxilo opened a new pull request, #2004: URL: https://github.com/apache/iggy/pull/2004
## What this pr did 1. Introduce CompressionAlgorithm enum type Replaced the raw `uint8` type used for the `compressionAlgorithm` parameter in the `CreateTopic` and `UpdateTopic` functions with a custom type `CompressionAlgorithm`. 2. Add iggcon.Duration type aligned with Rust SDK Introduced a new `iggcon.Duration` type to replace `time.Duration`, based on `uint64`, with microsecond (µs) precision. This provides consistency with the Rust SDK and helps prevent overflow in future scenarios where high-resolution durations may be used. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
