[Spring, Kafka] Spring-Kafka Deserialization
Deserialization 1. Byte array(converted from JSON formatted string) to Java object with custom deserializer Object class (empty constructor is needed)
Deserialization 1. Byte array(converted from JSON formatted string) to Java object with custom deserializer Object class (empty constructor is needed)
스프링 프로젝트
Kafka 설치 Kafka Binary 다운로드: https://kafka.apache.org/downloads 윈도우 환경 세팅 (WSL2와 포트 연결) netsh interface portproxy add v4tov4 listenport=9092 listenad...
객체 간 의존 관계