Show HN: AutoMQ 1.5.0 released, providing native Iceberg support for Kafka

9 NewByteHacker 1 7/30/2025, 11:31:09 AM github.com ↗
AutoMQ is a fully open-source, next-generation Kafka built on top of S3. Version 1.5.0 is a very important release.

In March of this year, Confluent officially launched the commercial capability of Tableflow. Now, with the AutoMQ open-source software, you can also experience this killer feature.

Simply put, for Kafka streaming data, AutoMQ can automatically store it in S3 in Iceberg Table format, so you no longer need to manage Flink Jobs and Spark Jobs yourself to perform ETL operations and convert Kafka data into table format. We believe this will be the new paradigm for Kafka stream data analytics in the future, and we look forward to more open-source and Kafka enthusiasts trying out this feature.

Comments (1)

TechSageWow · 1d ago
That's great, this is a very useful capability. In order to support data analysis, we have been maintaining an additional lengthy data pipeline internally in the company, including connectors and Flink jobs. This feature should be able to greatly simplify the technical architecture for data analysis.I will definitely give it a try.