Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Apache Kafka Security (SSL) Tutorial for Beginners
Rating: 3.4 out of 5(27 ratings)
143 students
Created byTutorial Drive
Last updated 3/2017
English

What you'll learn

  • Understand What is Encryption, Authentication and Authorization
  • Able to Enable Security features in Apache Kafka

Course content

6 sections13 lectures59m total length
  • Kafka security Introduction8:26

    Explore how Kafka security introduces ssl encryption, authentication, and authorization with access control lists, securing broker-to-client and broker-to-zookeeper communications while noting performance trade-offs.

Requirements

  • Nothing about Kafka , we will start for scratch.
  • Basic Knowledge of Computer
  • Basics of Apache Kafka
  • https://www.udemy.com/apache-kafka-tutorial-for-beginners/learn/v4/overview

Description

This course will explore the basic concepts of security like Encryption, Authentication, Authorization using SSL and enable security in Apache Kafka. Finally, we will conclude with configuring producer, consumer application and how to run producer and consumer.

The target audience would be the people who are willing to know about Apache Kafka Security, All the material which is used in this course is attached and External Documentation which is helpful further.

You can complete this course with in 2hours and please don't ignore any Quiz.

We made this course such a way that everyone can understand easily, we added the basic concepts in the beginning lectures , then added advanced topics and finally taught how to use the Kafka server in real time with the example.

Apache Kafka is creating a lot of buzz these days. While LinkedIn, where Kafka was founded, is the most well known user, there are many companies successfully using this technology. So now that the word is out, it seems the world wants to know: What does it do? Why does everyone want to use it? How is it better than existing solutions? Do the benefits justify replacing existing systems and infrastructure?

In 0.10.x, the Kafka community added a number of features that, used either separately or together, increases security in a Kafka cluster. The following security features are currently supported:

  1. Authentication of connections from producers and consumers using SSL
  2. Authentication of connections from brokers to ZooKeeper
  3. Encryption of data between clients and servers using SSL
  4. Authorization of sending / receiving permissions by clients


Who this course is for:

  • Students who wants to learn Security
  • Students who wants to do a job in middleware
  • Students who wants to learn What is is Encryption, Authentication and Authorization