Skip to content

Hichem-Belhadj/kafka-cloudkarafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Kafka Project on CloudKarafka 🌩️

Apache Kafka

This project utilizes Kafka hosted on CloudKarafka to implement a cloud-based Kafka connection system. It includes a producer capable of sending messages directly to the cloud and a consumer capable of consuming messages in a microservice.

Getting Started

To get started with this project, follow these steps:

  1. Clone this repository to your local machine.

  2. Create an account on CloudKarafka.

  3. Create a new instance with the free "Developer Duck" plan on Amazon Web Services.

  4. Define the following environment variables as described in application.yml:

    • CLOUDKARAFKA_BROKERS: The bootstrap server(s) provided by CloudKarafka.
    • CLOUDKARAFKA_USERNAME: Your CloudKarafka username.
    • CLOUDKARAFKA_PASSWORD: Your CloudKarafka password.
  5. Run the project and test the connection to CloudKarafka.

Usage

Once the environment is set up and the project is running, you can start producing and consuming messages using Kafka in the cloud.

About

Spring Boot Kafka project on CloudKarafka 🌩️

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages