Kafka 자료 찾기
Kafka에 대한 기본 개념들
Topic, Broker, Publish-subscribe messaging system ... and Use Cases
https://www.cloudkarafka.com/blog/2016-11-30-part1-kafka-for-beginners-what-is-apache-kafka.html
Part 1: Apache Kafka for beginners - What is Apache Kafka? - CloudKarafka, Apache Kafka Message streaming as a Service
The first part of Apache Kafka for beginners explains what Kafka is - a publish-subscribe-based durable messaging system that is exchanging data between processes, applications, and servers. It will give you a brief understanding of messaging and distribut
www.cloudkarafka.com
Java Code
Part 2.2: Getting started with Apache Kafka and Java - CloudKarafka, Apache Kafka Message streaming as a Service
Part 2.2 of Apache Kafka for beginners - Sample code for Java! This tutorial contains step-by-step instructions that show how to set up a secure connection, how to publish to a topic, and how to consume from a topic in Apache Kafka. The previous article ex
www.cloudkarafka.com
Python code
Part 2.3: Getting started with Apache Kafka and Python - CloudKarafka, Apache Kafka Message streaming as a Service
Part 2.3 of Apache Kafka for beginners - Sample code for Python! This tutorial contains step-by-step instructions that show how to set up a secure connection, how to publish to a topic, and how to consume from a topic in Apache Kafka. The previous article
www.cloudkarafka.com
https://github.com/CloudKarafka/python-kafka-example/blob/master/producer.py
CloudKarafka/python-kafka-example
Contribute to CloudKarafka/python-kafka-example development by creating an account on GitHub.
github.com