Kafka/Admin
-
Confluent Platform + Kafka setup 관련 linksKafka/Admin 2021. 1. 27. 22:00
cp-ansible 등을 이용한 Confluent Platform 과 Kafka Setup을 위한 links 모음 입니다. cp-ansible github.com/confluentinc/cp-ansible confluentinc/cp-ansible Ansible playbooks for the Confluent Platform. Contribute to confluentinc/cp-ansible development by creating an account on GitHub. github.com cp-ansible install 문서 docs.confluent.io/ansible/current/ansible-download.html docs.confluent.io/ansible/current/ansibl..
-
Confluent Platform 6.0.1 Local PC 세팅Kafka/Admin 2021. 1. 17. 16:50
docker-compose 를 사용해 confluent platform 6.0.1 을 local pc 에 세팅합니다. git : https://github.com/gwagdalf/kafka-docker-study/blob/main/docker/docker-compose.yml component external port internal port url zookeeper 2181 kafka 9092 19092 control-center 9021 http://localhost:9021/ kafkadrop3 9000 http://localhost:9000/ zipkin 9411 http://localhost:9411/zipkin/ schema-registry 9081 http://localhost:9081 ks..
-
Labs 05 Optimizing Kafka's Performance - 성능 테스트 결과Kafka/Admin 2021. 1. 9. 15:06
앞 포스트에서도 언급한, 강의 실습 중 가장 인상 깊었던 Producer 성능 테스트 관련 기록입니다. acks=all 를 포기하지 않아도, batch 처리를 통해 성능 향상이 가능함을 알게 됩니다. 환경세팅 git : https://github.com/confluentinc/training-operations-src confluentinc/training-administration-src Contains docker-compose file needed for Apache Kafka Administration by Confluent training - confluentinc/training-administration-src github.com 기본조건 partition 6, replication-fact..
-
Apache Kafka® Administration by Confluent 교육Kafka/Admin 2021. 1. 9. 14:40
Confluent 의 Kafka Admin 교육입니다. 국내에서는 Peter Go ( 고승범 ) 이 유일 강사이셔서, 모셔서 교육 들었습니다. Objective & Courses https://assets.confluent.io/m/1108e4ccb69b3e6b/original/20200403-DS-Confluent_Apache_Kafka_Admin_by_Confluent.pdf 내용이 굉장히 좋은데, 저는 그 중 Performance 부분이 가장 좋았습니다. Hands-on Lab 을 통해 Durability 를 지키면서, Batch 를 통해 속도 향상을 꽤할 수 있는 힌트를 얻게 됩니다. 온라인 강좌는 여기서 찾아 들을 수 있으며, 영어이고, $400 입니다. https://training.confl..