vax-r opened a new pull request, #2234: URL: https://github.com/apache/iggy/pull/2234
## Summary According to #2198 , align ID types with the target pointer size "usize" to avoid churny casts and platform-specific inconsistencies. The following id are now being changed * stream_id * topic_id * partition_id * consumer_group_id For some parts revelant for "Identifier", simply cast the type to "u32/u64" directly for now. Additionally, in order to achieve ".into()" call that pass "usize" to get "IggyByteSize", implement "From<usize>" and "From<Option<usize>>" for "IggyByteSize". ## Related Issue #2198 -- 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]
