spetz commented on code in PR #1624:
URL: https://github.com/apache/iggy/pull/1624#discussion_r1991807438


##########
sdk/src/error.rs:
##########
@@ -232,6 +232,8 @@ pub enum IggyError {
     CannotReadTopics(u32) = 2017,
     #[error("Invalid replication factor")]
     InvalidReplicationFactor = 2018,
+    #[error("Too many segments")]

Review Comment:
   Yes, the segment size can be configured with `[system.segment] -> size` in 
`server.toml`. We don't have like a hard limit of maximum amount of segments 
that the partition can have. 



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

Reply via email to