Apache Kafka - How to compile Kafka Code

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024
  • Spark Programming and Azure Databricks ILT Master Class by Prashant Kumar Pandey - Fill out the google form for Course inquiry.
    forms.gle/Nxk8...
    -------------------------------------------------------------------
    Data Engineering using is one of the highest-paid jobs of today.
    It is going to remain in the top IT skills forever.
    Are you in database development, data warehousing, ETL tools, data analysis, SQL, PL/QL development?
    I have a well-crafted success path for you.
    I will help you get prepared for the data engineer and solution architect role depending on your profile and experience.
    We created a course that takes you deep into core data engineering technology and masters it.
    If you are a working professional:
    1. Aspiring to become a data engineer.
    2. Change your career to data engineering.
    3. Grow your data engineering career.
    4. Get Databricks Spark Certification.
    5. Crack the Spark Data Engineering interviews.
    ScholarNest is offering a one-stop integrated Learning Path.
    The course is open for registration.
    The course delivers an example-driven approach and project-based learning.
    You will be practicing the skills using MCQ, Coding Exercises, and Capstone Projects.
    The course comes with the following integrated services.
    1. Technical support and Doubt Clarification
    2. Live Project Discussion
    3. Resume Building
    4. Interview Preparation
    5. Mock Interviews
    Course Duration: 6 Months
    Course Prerequisite: Programming and SQL Knowledge
    Target Audience: Working Professionals
    Batch start: Registration Started
    Fill out the below form for more details and course inquiries.
    forms.gle/Nxk8...
    --------------------------------------------------------------------------
    Learn more at www.scholarnes...
    Best place to learn Data engineering, Bigdata, Apache Spark, Databricks, Apache Kafka, Confluent Cloud, AWS Cloud Computing, Azure Cloud, Google Cloud - Self-paced, Instructor-led, Certification courses, and practice tests.
    ========================================================
    SPARK COURSES
    -----------------------------
    www.scholarnes...
    www.scholarnes...
    www.scholarnes...
    www.scholarnes...
    www.scholarnes...
    KAFKA COURSES
    --------------------------------
    www.scholarnes...
    www.scholarnes...
    www.scholarnes...
    AWS CLOUD
    ------------------------
    www.scholarnes...
    www.scholarnes...
    PYTHON
    ------------------
    www.scholarnes...
    ========================================
    We are also available on the Udemy Platform
    Check out the below link for our Courses on Udemy
    www.learningjo...
    =======================================
    You can also find us on Oreilly Learning
    www.oreilly.co...
    www.oreilly.co...
    www.oreilly.co...
    www.oreilly.co...
    www.oreilly.co...
    www.oreilly.co...
    www.oreilly.co...
    www.oreilly.co...
    =========================================
    Follow us on Social Media
    / scholarnest
    / scholarnesttechnologies
    / scholarnest
    / scholarnest
    github.com/Sch...
    github.com/lea...
    ========================================

Комментарии • 22

  • @ScholarNest
    @ScholarNest  3 года назад

    Want to learn more Big Data Technology courses. You can get lifetime access to our courses on the Udemy platform. Visit the below link for Discounts and Coupon Code.
    www.learningjournal.guru/courses/

  • @SandeepKumarJaluthairya
    @SandeepKumarJaluthairya 3 года назад

    While connecting to the consumer, you are not giving a zookeeper link. I don't see that in code also(SimpleProducer.java). How does the code or from the command line it identifies the zookeeper?

  • @abdhussabour716
    @abdhussabour716 5 лет назад

    Hello Sir, Ur teaching is awesome and easy to understand.. Can you please give us a tutorial based on Confluent Kafka.. Please

  • @nationviews6760
    @nationviews6760 6 лет назад

    Hello Sir, can you please add a video related to twitter feed so that we can have a real time exposure on Kafka.Actually I was trying to use twitter producer API as you have mention in this video but it is was showing error while compiling the code. If possible please share a twitter producer code in your website.

  • @muhammadfaizanulhaq210
    @muhammadfaizanulhaq210 6 лет назад

    [2018-10-06 19:09:30,583] WARN [Consumer clientId=consumer-1, groupId=console-consumer-75171] Error while fetching metadata with correlation id 2 : {SimpleProducerTopic=LEADER_NOT_AVAILABLE} (org.apache.kafka.clients.NetworkClient)
    hello sir i got this error when i console consumer i am running kafka on my local machine , any idea what i am doing wrong ?

  • @debanikdawn7009
    @debanikdawn7009 6 лет назад

    Why not use Maven or Gradle as a build tool? Is there any specific advantage in using SBT?

    • @swapnilkamdar6756
      @swapnilkamdar6756 5 лет назад

      You can use any dependency management tool or none. All you need to ensure is that the Kafka imports get resolved and you should be good.

  • @sudharsanganesh8190
    @sudharsanganesh8190 5 лет назад

    showing this error SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". Let me know if i need to add any jar file and how to add ?

    • @ScholarNest
      @ScholarNest  5 лет назад

      slf4j-log4j binding dependency is needed.

    • @baithakguru363
      @baithakguru363 4 года назад

      Hi Sudharshan,
      Please add the following dependency in pom.xml

      org.slf4j
      slf4j-log4j12
      1.7.30
      test

  • @manish61606
    @manish61606 5 лет назад

    Can we have a sample program for producer and consumer for kafka in C or C++ language.

    • @baithakguru363
      @baithakguru363 4 года назад

      Hi Manish,
      Do we have Kafka lib in c or C++ ? glad to hear if you have found any alternative.Since Kafka is written in Java and Scala, not sure if it is achievable.

  • @nationviews6760
    @nationviews6760 6 лет назад

    please can you tell me ,How to start all services in Kafka.Is it any command for it.

    • @baithakguru363
      @baithakguru363 4 года назад

      Hey,
      What kind of services were you looking for ? Please specify details.

  • @sushmashamsundar8219
    @sushmashamsundar8219 5 лет назад

    sir after running sbt command in @kafka-1-vm:~/kafka_projects$ sbt . am not able to get promt back. i will be in ''sbt:kafka_projects>'' . there i coudnt run any command. pls help.

    • @baithakguru363
      @baithakguru363 4 года назад

      Hi Sushma !
      When you issue sbt ., it launches sbt server that will have all the information about your project. We run this command for issuing project specific commands.
      For example, if name of my project is demo, I will cd to that directory and then issue sbt command.
      sbt prompt gets displayed.
      You can use following commands compile then run and at the last exit ...
      Hope it works.

  • @arindammukherjee391
    @arindammukherjee391 6 лет назад

    Can you do the same for python

  • @kkajr9
    @kkajr9 6 лет назад

    Hey, how just wanted to not that you shut down the sbt:kafka projects server without really explaining how, im sure by the time you read this ill have found out how, but maybe include it on your website

    • @kkajr9
      @kkajr9 6 лет назад

      Okay, so you used the command ctrl c, in case anyone comes looking to the comments for it

    • @ScholarNest
      @ScholarNest  6 лет назад +1

      My bad, when I was recording it, I had it very clear in my mind that I need an annotation for Ctrl+C. But I missed it later. I will try to add it using RUclips annotation. Thanks for highlighting it.

    • @kkajr9
      @kkajr9 6 лет назад

      Nice quick response! Yeah maybe you could add a video early in the list, or on your website quickly describing the different shortcuts you use, like the clear window one etc. I also felt uncomfortable just clicking ctrl O and ctrl X without really understanding what they did (like where in the vm am i going when i exit etc)