Remove new-confluent-cli-features
article thumbnail

Deploying Kafka Streams and KSQL with Gradle – Part 3: KSQL User-Defined Functions and Kafka Streams

Confluent

As discussed in part 2, I created a GitHub repository with Docker Compose functionality for starting a Kafka and Confluent Platform environment, as well as the code samples mentioned below. For brevity, we’ve only included the simplest of the Spock feature methods, but the rest are available in the repository: @Shared. version = '1.0.0'

Kafka 87
article thumbnail

Deploying Kafka Streams and KSQL with Gradle – Part 2: Managing KSQL Implementations

Confluent

In part 1 , we discussed an event streaming architecture that we implemented for a customer using Apache Kafka ® , KSQL from Confluent, and Kafka Streams. We selected Gradle as our build tool, and wrote a custom Gradle plugin called gradle-confluent to structure and enable this methodology. Sample repository. gradlew composeUp.

Kafka 95
Insiders

Sign Up for our Newsletter

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

article thumbnail

Introducing Confluent Platform 5.3

Confluent

Delivers the new Confluent Operator for cloud-native automation on Kubernetes, a redesigned Confluent Control Center user interface to simplify how you manage event streams, and a preview of Role-Based Access Control for enterprise-grade security. To solve these challenges, Confluent Platform 5.3

Kafka 19
article thumbnail

Shoulder Surfers Beware: Confluent Now Provides Cross-Platform Secret Protection

Confluent

Before Confluent Platform 5.3, Confluent Platform 5.3 Secret Protection, a commercial feature, encrypts secrets within the configuration file itself and does not expose the secrets in log files. To get started with this feature, we will step through a few examples. Before you start: Download Confluent Platform 5.3.

Kafka 12
article thumbnail

KSQL UDFs and UDAFs Made Easy

Confluent

One of KSQL’s most powerful features is allowing users to build their own KSQL functions for processing real-time streams of data. The previous blog post How to Build a UDF and/or UDAF in KSQL 5.0 The previous blog post How to Build a UDF and/or UDAF in KSQL 5.0 Now with Confluent Platform 5.3.0, Confluent Platform 5.3.0

Kafka 17
article thumbnail

100+ Kafka Interview Questions and Answers for 2023

ProjectPro

This blog brings you the most popular Kafka interview questions and answers divided into various categories such as Apache Kafka interview questions for beginners, Advanced Kafka interview questions/Apache Kafka interview questions for experienced, Apache Kafka Zookeeper interview questions, etc. What is meant by ZooKeeper in Apache Kafka?

Kafka 40
article thumbnail

Incremental Cooperative Rebalancing in Apache Kafka: Why Stop the World When You Can Change It?

Confluent

After reading this blog post, you will walk away with an understanding of how load balancing works in Kafka clients, the challenges of existing load balancing protocols, and how a new approach with Incremental Cooperative Rebalancing allows large-scale deployment of clients. and Confluent Platform 5.3 through KIP-415.

Kafka 16