You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a demonstration of a CRUD (Create, Read, Update, Delete) application built using Spring Boot, Redis, and PostgreSQL. The application is designed to manage customer data efficiently, leveraging the high-speed caching capabilities of Redis and the robust data management features of PostgreSQL.
This repository contains a Spring Boot project that integrates with Apache Kafka to manage customer data. The API allows creating customer data, which is initially stored in Kafka. The data is then consumed from Kafka and saved into a PostgreSQL database.