chia7712 commented on PR #19371:
URL: https://github.com/apache/kafka/pull/19371#issuecomment-2792577675

   for example:
   
   ```java
   
      this.internalSegmentSize = 
getString(TopicConfig.INTERNAL_SEGMENT_BYTES_CONFIG);
   
      ...
      
       public long segmentSize() {
           if (internalSegmentSize != null) return 
Long.parseLong(internalSegmentSize);
           return segmentMs;
       }
   ```


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to