본문 바로가기

Kubernetes/Message Broker5

Strimzi #4 Performance test 2020.09.04 1. 개요 - 별도의 튜닝 없이 초 간단하게 Kubernetes 환경에서 동작하는 Kafka 성능 측정 2. Performance test - Test # 1 ✓ Produce message: max 132.3K/sec ✓ Consumer message: max 229.1K/sec % kafka-producer-perf-test.sh --topic my-topic --num-records 10000000 --record-size 100 --throughput -1 --producer-props bootstrap.servers=14.52.244.135:30170 792577 records sent, 158483.7 records/sec (15.11 MB/sec), 1020.3 ms av.. 2021. 9. 22.
Strimzi #3 Monitoring 2020.09.01 1. 개요 - Strimzi를 모니터링 하기 위해 Prometheus, Grafana, Jaeger를 구성하고 Strimzi 설정을 변경 - Environments prometheus operator 0.38 Prometheus 2.16 Grafana 6.3.0 Strimzi 0.19 Kafka 2.5.0 2. Creating kafka cluster with metrics a. Deploying a Kafka cluster with Prometheus metrics configuration - Strimzi uses the Prometheus JMX Exporter to expose JMX metrics from Kafka and ZooKeeper using an HTTP endpo.. 2021. 9. 22.
Strimzi #2 Configuration 2020.08.20 1. Strimzi ? - Strimzi simplifies the process of running Apache Kafka in a Kubernetes cluster. - https://strimzi.io/docs/operators/latest/quickstart.html - Environments (2020.08.20) Strimzi 0.19.0 Kafka 2.5.0 Kubernetes 1.15.12 2. Strimzi Installation a. Downloading Strimzi $ wget https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.23.0/strimzi-0.23.0.tar.gz $ tar xz.. 2021. 9. 21.
Strimzi #1 Overview (0.19.0) 2020.08.20 1. Key features - Strimzi simplifies the process of running Apache Kafka in a Kubernetes cluster. - The Operators provided with Strimzi are purpose-built with specialist operational knowledge to effectively manage Kafka. - https://strimzi.io/docs/operators/latest/overview.html#key-features-kafka_str 2. Kafka - Apache Kafka is an open-source distributed publish-subscribe messaging syst.. 2021. 9. 21.
RabbitMQ Cluster Operator 2021.01.20 1. 개요 - RabbitMQ ✓ RabbitMQ is an open-source message-broker software (sometimes called message-oriented middleware) that originally implemented the Advanced Message Queuing Protocol (AMQP) and has since been extended with a plug-in architecture to support Streaming Text Oriented Messaging Protocol (STOMP), MQ Telemetry Transport (MQTT), and other protocols. - Message queue pattens ht.. 2021. 9. 21.