fix: add missing jdk http sender for otlp metrics exporter (#3124)
fix: add missing jdk http sender for otlp metrics exporter
Signed-off-by: Adhiraj 68840640+adhraj12@users.noreply.github.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
A Diskless Kafka® on S3, Offering 10x Cost Savings and Scaling in Seconds.
📑 Documentation 🔥 Free trial of AutoMQ on AWS
Prerequisites
Before running AutoMQ locally, please ensure:
The
docker/docker-compose.yamlfile provides a simple single-node setup for quick evaluation and development:This setup features a single AutoMQ node serving as both controller and broker, alongside MinIO for S3 storage. All services operate within a Docker bridge network called
automq_net, allowing you to start a Kafka producer in this network to test AutoMQ:After testing, you can destroy the setup with:
The
docker/docker-compose-cluster.yamlfile offers a more complex setup with three AutoMQ nodes, ideal for testing AutoMQ’s cluster features, and can be run in the same way.There are more deployment options available:
🗞️ Newest Feature - Table Topic
Table Topic is a new feature in AutoMQ that combines stream and table functionalities to unify streaming and data analysis. Currently, it supports Apache Iceberg and integrates with catalog services such as AWS Glue, HMS, and the Rest catalog. Additionally, it natively supports S3 tables, a new AWS product announced at the 2024 re:Invent. Learn more.
🔶 Why AutoMQ
AutoMQ is a stateless Kafka alternative that runs on S3 or any S3-compatible storage, such as MinIO. It is designed to address two major issues of Apache Kafka. First, Kafka clusters are difficult to scale out or in due to the stateful nature of its brokers. Data movement is required, and even reassigning partitions between brokers is a complex process. Second, hosting Kafka in the cloud can be prohibitively expensive. You face high costs for EBS storage, cross-AZ traffic, and significant over-provisioning due to Kafka’s limited scalability.
Here are some key highlights of AutoMQ that make it an ideal choice to replace your Apache Kafka cluster, whether in the cloud or on-premise, as long as you have S3-compatible storage:
✨Architecture
AutoMQ is a fork of the open-source Apache Kafka. We’ve introduced a new storage engine based on object storage, transforming the classic shared-nothing architecture into a shared storage architecture.
Regarding the architecture of AutoMQ, it is fundamentally different from Kafka. The core difference lies in the storage layer of Apache Kafka and how we leverage object storage to achieve a stateless broker architecture. AutoMQ consists of below key components:
For more on AutoMQ’s architecture, visit AutoMQ Architecture or explore the source code directly.
🌟 Stay Ahead
Star AutoMQ on GitHub for instant updates on new releases.
💬 Community
You can join the following groups or channels to discuss or ask questions about AutoMQ:
👥 How to contribute
If you’ve found a problem with AutoMQ, please open a GitHub Issues. To contribute to AutoMQ please see Code of Conduct and Contributing Guide. We have a list of good first issues that help you to get started, gain experience, and get familiar with our contribution process.
👍 AutoMQ Enterprise Edition
The enterprise edition of AutoMQ offers a robust, user-friendly control plane for seamless cluster management, with enhanced availability and observability over the open-source version. Additionally, we offer Kafka Linking for zero-downtime migration from any Kafka-compatible cluster to AutoMQ.
Contact us for more information about the AutoMQ enterprise edition, and we’ll gladly assist with your free trial.
📜 License
AutoMQ is under the Apache 2.0 license. See the LICENSE file for details.
📝 Trademarks
Apache®, Apache Kafka®, Kafka®, Apache Iceberg®, Iceberg® and associated open source project names are trademarks of the Apache Software Foundation