Apache Kafka Series – Kafka Connect Hands-on Learning
Apache Kafka Series – Kafka Connect Hands-on Learning, available at $99.99, has an average rating of 4.57, with 56 lectures, based on 5266 reviews, and has 42461 subscribers.
You will learn about Configure and run Apache Kafka Source and Sink Connectors Learn concepts behind Kafka Connect & the Kafka Connect architecture Launch a Kafka Connect Cluster using Docker Compose Deploy Kafka Connectors in Standalone and Distributed Mode Write your own Kafka Connector This course is ideal for individuals who are Developers who wants to learn Apache Kafka Connect Framework and get hands-on with it or Professionals who are good at Apache Kafka ecosystem and basic core concepts or Architects who want to understand how Kafka Connect fits in their Solution Architecture It is particularly useful for Developers who wants to learn Apache Kafka Connect Framework and get hands-on with it or Professionals who are good at Apache Kafka ecosystem and basic core concepts or Architects who want to understand how Kafka Connect fits in their Solution Architecture.
Enroll now: Apache Kafka Series – Kafka Connect Hands-on Learning
Summary
Title: Apache Kafka Series – Kafka Connect Hands-on Learning
Price: $99.99
Average Rating: 4.57
Number of Lectures: 56
Number of Published Lectures: 55
Number of Curriculum Items: 56
Number of Published Curriculum Objects: 55
Original Price: $119.99
Quality Status: approved
Status: Live
What You Will Learn
- Configure and run Apache Kafka Source and Sink Connectors
- Learn concepts behind Kafka Connect & the Kafka Connect architecture
- Launch a Kafka Connect Cluster using Docker Compose
- Deploy Kafka Connectors in Standalone and Distributed Mode
- Write your own Kafka Connector
Who Should Attend
- Developers who wants to learn Apache Kafka Connect Framework and get hands-on with it
- Professionals who are good at Apache Kafka ecosystem and basic core concepts
- Architects who want to understand how Kafka Connect fits in their Solution Architecture
Target Audiences
- Developers who wants to learn Apache Kafka Connect Framework and get hands-on with it
- Professionals who are good at Apache Kafka ecosystem and basic core concepts
- Architects who want to understand how Kafka Connect fits in their Solution Architecture
A Comprehensive and Brand New Course for Learning Apache Kafka Connect Framework with Hands-on Training – (Launched in April 2017)
Kafka Connect is a tool for scalable and reliable streaming data between Apache Kafka and other data systems. Apache Kafka Connect is a common framework for Apache Kafka producers and consumers.
Apache Kafka Connect offers an API, Runtime, and REST Service to enable developers to define connectors that move large data sets into and out of Apache Kafka in real time. It inherits strong concepts such as fault-tolerance and elasticity thanks to being an extension of Apache Kafka. Kafka Connect can ingest entire databases, collect metrics, gather logs from all your application servers into Apache Kafka topics, making the data available for stream processing with low latency.
Kafka Connect standardises integration of other data systems with Apache Kafka, simplifying connector development, deployment, and management.
In this course, we are going to learn the Kafka Connector deployment, configuration and management with hands-on exercises. We are also going to see the distributed and standalone modes to scale up to a large, centrally managed service supporting an entire organisation or scale down to development, testing, and small production deployments. The REST interface to submit and manage connectors to your Kafka Connect cluster via an easy to use REST API’s.
Students Loved this course – Students have rated the course with 5 stars…!!
Tin Pavlinic says “This course is an excellent resource for those getting started with Apache Kafka-Connect. Stephane explains concepts very clearly and provides plenty of practical examples. The setup is easy. You can follow the examples along on your own machine, and then experiment further. I highly recommend this Apache Kafka course.”
Alan V says “This course is GREAT: 1. The teacher provides clear explanations of the role to Kafka Connector in Kafka Streaming Solution architecture. 2. The course uses docker-compose.yml to help learners quick build a practice environment. 3. The course is well organized and easy to understand the idea, behind Kafka Connector. The teacher guides you how to use the tool step by step. 4. The provided shell commands are all well commented and steps by steps to guide users. If you read the comments in the shell script files after the course, it will remind you what the teacher just taught in the videos. 5. The teacher is very responsible to learners’ questions and very helpful. If you are a professional developer, I highly recommend you to attend this course.”
Sagar Joshi says “It was very engaging and interesting course. I recommend taking this Apache Kafka course. Stephane has provided all the required details and its really a hands-on training course. Thank you..!!”
===============================
Instructor
My name is Stephane Maarek, and I’ll be your instructor in this course. I teach about Apache Kafka, the Kafka ecosystem and Kafka Certifications with my focus always on helping my students improve their professional proficiencies. I am also the co-founder of Conduktor: an enterprise Apache Kafka platform & UI to help everyone use Kafka.
Throughout my career in designing and delivering these certifications and courses, I have already taught 1,000,000+ students and gotten 350,000+ reviews!
With Apache Kafka becoming much more than a buzzword out there, I’ve decided it’s time for students to properly learn how to be a Kafka professional. So, let’s kick start the course! You are in good hands!
===============================
This Course Also Comes With:
-
Lifetime Access to All Future Updates
-
A responsive instructor in the Q&A Section
-
Links to interesting articles, and lots of good code to base your next applications onto
-
Udemy Certificate of Completion Ready for Download
This is the course that could improve your career!
Apache Kafka is a skill in high demand and there are not enough people to fulfill all the open positions. You can boost your income, take on new roles and fun challenges. Many of my students are now the Kafka experts of their companies! You can be the next!
I hope to see you inside the course!
=======================
Note:Looking for more advanced Kafka concepts? There are many volumes in the Apache Kafka Series:
-
Learn Kafka for Beginners v2 (great to start)
-
Kafka Connect Hands On Learning
-
Kafka Streams for Data Processing
-
KSQL on ksqlDB – Hands On!
-
Kafka Cluster Setup & Administration
-
Confluent Schema Registry & Kafka REST Proxy
-
Kafka Security (SSL SASL ACL)
-
Kafka Monitoring and Operations
Happy learning!
Course Curriculum
Chapter 1: Course Introduction
Lecture 1: Important Pre-Requisites
Lecture 2: Course Objectives
Lecture 3: Course Structure
Lecture 4: About Your Instructor
Chapter 2: Code Download
Lecture 1: Code Download
Chapter 3: Kafka Connect Concepts
Lecture 1: What is Kafka Connect?
Lecture 2: Kafka Connect Architecture Design
Lecture 3: Connectors, Configuration, Tasks, Workers
Lecture 4: Standalone vs Distributed Mode
Lecture 5: Distributed Architecture in Details
Chapter 4: Setup and Launch Kafka Connect Cluster
Lecture 1: Important information about installation
Lecture 2: Docker on Mac (recent versions)
Lecture 3: Docker Toolbox on Mac (older versions)
Lecture 4: Docker on Linux (Ubuntu as an example)
Lecture 5: Docker on Windows 10 64bit
Lecture 6: Docker Toolbox on Windows (older versions)
Lecture 7: Important note for Docker Toolbox users
Lecture 8: Starting Kafka Connect Cluster using Docker Compose
Chapter 5: Troubleshooting Kafka Connect
Lecture 1: It's not working! What to do?
Lecture 2: Where to view logs?
Lecture 3: Asking a question in the Q&A
Chapter 6: Kafka Connect Source – Hands On
Lecture 1: Kafka Connect Source Architecture Design
Lecture 2: FileStream Source Connector – Standalone Mode – Part 1
Lecture 3: FileStream Source Connector – Standalone Mode – Part 2
Lecture 4: FileStream Source Connector – Distributed Mode
Lecture 5: List of Available Connectors
Lecture 6: Twitter Source Connector – Distributed Mode – Part 1
Lecture 7: Twitter Source Connector – Distributed Mode – Part 2
Lecture 8: Section Summary
Chapter 7: Kafka Connect Sink – Hands On
Lecture 1: Kafka Connect Sink Architecture Design
Lecture 2: ElasticSearch Sink Connector – Distributed Mode – Part 1
Lecture 3: ElasticSearch Sink Connector – Distributed Mode – Part 2
Lecture 4: Kafka Connect REST API
Lecture 5: JDBC Sink Connector – Distributed Mode
Chapter 8: Writing your own Kafka Connector
Lecture 1: Goal of the section: GitHubSourceConnector
Lecture 2: Finding the code and installing required software
Lecture 3: Description of the GitHub Issues API
Lecture 4: Using the Maven Archetype to get started
Lecture 5: Config Definitions
Lecture 6: Connector Class
Lecture 7: Writing a schema
Lecture 8: Data Model for our Objects
Lecture 9: Writing our GitHub API HTTP Client
Lecture 10: Source Partition & Source Offsets
Lecture 11: Source Task
Lecture 12: Building and running a Connector in Standalone Mode
Lecture 13: Command for next lecture
Lecture 14: Deploying our Connector on the Landoop cluster
Lecture 15: More Resources for Developers
Chapter 9: Advanced Concepts
Lecture 1: Setting up Kafka Connect in Production (1/2)
Lecture 2: Setting up Kafka Connect in Production (2/2)
Lecture 3: What's next?
Lecture 4: Congratulations and Thank you!
Lecture 5: THANK YOU!
Lecture 6: Bonus Lecture
Instructors
-
Stephane Maarek | AWS Certified Cloud Practitioner,Solutions Architect,Developer
Best Selling Instructor, 10x AWS Certified, Kafka Guru -
Conduktor Kafkademy
Apache Kafka enterprise platform to empower your teams
Rating Distribution
- 1 stars: 66 votes
- 2 stars: 101 votes
- 3 stars: 416 votes
- 4 stars: 1721 votes
- 5 stars: 2962 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024