This project demonstrates how to implement synchronous request-response communication using Apache Kafka in a Spring Boot Kotlin application. While Kafka is inherently asynchronous, this implementation creates a synchronous communication layer that mimics traditional RPC(Remote Procedure Call) behavior.