automq icon indicating copy to clipboard operation
automq copied to clipboard

AutoMQ is a cloud-first alternative to Kafka by decoupling durability to S3 and EBS. 10x cost-effective. Autoscale in seconds. Single-digit ms latency.

Results 102 automq issues
Sort by recently updated
recently updated
newest added

Search all LOGGER.debug in s3stream module and add LOGGER.isDebugEnabled() check for them

good first issue
Stale

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 /...

enhancement
good first issue
Stale

Long-running tasks found that deleting topics that had data of several TBs may block the event loop in the controller. Although the problem is already fixed, we should add some...

enhancement
Stale

### Who is this for and what problem do they have today? * The current kafka-producer-perf-test.sh cannot send messages to partitions on the specified broker. ### Why is solving this...

enhancement

issues: https://github.com/AutoMQ/automq/issues/1101

related #603 server.log ``` [2023-12-27 03:31:44,875] ERROR Response size: 0 not match request size: 1 (kafka.log.stream.s3.network.ControllerRequestSender) [2023-12-27 03:31:44,882] ERROR [Stream id=14886 epoch=2] trim fail (com.automq.stream.s3.S3Stream) java.lang.RuntimeException: Response size not match...

bug