![](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FdOYvhp%2FbtsIJwWtABJ%2FssrcXaqePSocpKgXYYKkGk%2Fimg.png)
개발로그
[트러블슈팅] Kafka topic 내에 오류 데이터로 인해 kafka server 실행 안될 때
에러Spring 서버에서 produce 데이터를 Kafka로 보내고, Kafka Connect Sink를 활용해 DB에서 consume하려고 했습니다. 아래와 같은 데이터를 Serialize를 통해 Kafka로 보내려고 했는데 ...{ "schema": { "type": "struct", "fields": [ { "type": "int32", "optional": false, "field": "id" }, { "type": "string", "optional": true, "field": "user_id" }, { "type": "string", "..