ilikepi63 commented on code in PR #1624: URL: https://github.com/apache/iggy/pull/1624#discussion_r1993602190
########## sdk/src/command.rs: ########## @@ -85,6 +85,8 @@ pub const CREATE_PARTITIONS: &str = "partition.create"; pub const CREATE_PARTITIONS_CODE: u32 = 402; pub const DELETE_PARTITIONS: &str = "partition.delete"; pub const DELETE_PARTITIONS_CODE: u32 = 403; +pub const DELETE_SEGMENTS: &str = "segment.delete"; +pub const DELETE_SEGMENTS_CODE: u32 = 404; Review Comment: :white_check_mark: -- 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]
