Remove Bytes Remove Hadoop Remove Kafka
article thumbnail

Kafka Listeners – Explained

Confluent

Put another way, courtesy of Spencer Ruport: LISTENERS are what interfaces Kafka binds to. Apache Kafka ® is a distributed system. You need to tell Kafka how the brokers can reach each other but also make sure that external clients (producers/consumers) can reach the broker they need to reach. Is anyone listening? on AWS, etc.)

Kafka 101
article thumbnail

Kafka Connect Deep Dive – JDBC Source Connector

Confluent

One of the most common integrations that people want to do with Apache Kafka ® is getting data in from a database. The existing data in a database, and any changes to that data, can be streamed into a Kafka topic. Here, I’m going to dig into one of the options available—the JDBC connector for Kafka Connect. Introduction.

Kafka 90
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Optimizing Kafka Streams Applications

Confluent

With the release of Apache Kafka ® 2.1.0, Kafka Streams introduced the processor topology optimization framework at the Kafka Streams DSL layer. In what follows, we provide some context around how a processor topology was generated inside Kafka Streams before 2.1, Kafka Streams topology generation 101.

Kafka 91
article thumbnail

KSQL: What’s New in 5.2

Confluent

We can persist this to a new KSQL stream, which populates an Apache Kafka ® topic: ksql> CREATE STREAM PRODUCTS_ENRICHED AS. KSQL now has the ability to log details of processing errors to a destination such as another Kafka topic, from where they can be inspected. SELECT SKU, CASE WHEN SKU LIKE 'H%' THEN 'Homewares'.

Food 96
article thumbnail

Top 50 Java Interview Questions for Hadoop Developers

ProjectPro

Hiring managers agree that “Java is one of the most in-demand and essential skill for Hadoop jobs. But how do you get one of those hot java hadoop jobs ? You have to ace those pesky java hadoop job interviews artfully. To demonstrate your java and hadoop skills at an interview, preparation is vital.

Java 40
article thumbnail

Top 100 Hadoop Interview Questions and Answers 2023

ProjectPro

With the help of ProjectPro’s Hadoop Instructors, we have put together a detailed list of big data Hadoop interview questions based on the different components of the Hadoop Ecosystem such as MapReduce, Hive, HBase, Pig, YARN, Flume, Sqoop , HDFS, etc. What is the difference between Hadoop and Traditional RDBMS?

Hadoop 40
article thumbnail

Data Engineering Annotated Monthly – May 2022

Big Data Tools

On top of that, it’s a part of the Hadoop platform, which created additional work that we otherwise would not have had to do. RocksDB is a storage engine with a key/value interface, where keys and values are arbitrary byte streams written as a C++ library. Of course, the main topic is data streaming.