Xu Han@AutoMQ
Xu Han@AutoMQ
Search all LOGGER.debug in s3stream module and add LOGGER.isDebugEnabled() check for them
Pre-check for Configuration Validity: - `s3.block.cache.size` should not exceed the JVM memory limit (Heap Buffer / Direct Buffer). - `s3.wal.cache.size` should not exceed the JVM memory limit (Heap Buffer /...
Introduce an #asyncClose method to both LocalLog and ElasticLocalLog. This approach is preferred over altering the signature of the existing #close method, as it helps prevent future merge conflicts.
- argparse4j downgraded from 0.9.0 to 0.7.0 - revert the ArgumentParses modification https://github.com/AutoMQ/automq/compare/kafka_3_7_0...main 
### Who is this for and what problem do they have today? ### Why is solving this problem impactful? Compact the StreamSetObjects of the scale-in nodes with splitThreshold=1MiB : -...
- https://github.com/AutoMQ/automq-for-kafka/issues/601 - https://github.com/AutoMQ/automq-for-kafka/issues/602 - https://github.com/AutoMQ/automq-for-kafka/issues/617 - https://github.com/AutoMQ/automq-for-kafka/issues/618 - https://github.com/AutoMQ/automq-for-kafka/issues/619 - https://github.com/AutoMQ/automq-for-kafka/issues/642 - https://github.com/AutoMQ/automq-for-kafka/issues/647 - https://github.com/AutoMQ/automq-for-kafka/issues/664
### Who is this for and what problem do they have today? ### Why is solving this problem impactful? - Unified management of static configurations - There is a demand...