Skip to content

gensericghiro/kafka-streams-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Client

This project contains a Java application that subscribes to a topic on a Confluent Cloud Kafka cluster and sends a sample message, then consumes it and prints the consumed record to the console.

Prerequisites

This project assumes that you already have:

  • A Linux/UNIX environment. If you are using Windows, see the tutorial below in the "Learn More" section to download WSL.
  • Java 21 and Gradle 8.7 installed. To confirm both the Gradle version and Java version, run gradle --version.

Installation

You can compile this project by running the following command in the root directory of this project:

gradle build

Usage

You can run the application by running the following command in the root directory of this project:

gradle run

Learn more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages