본문 바로가기
About Computer/서버관리

Kafka Error : Failed to send requests for topics test with correlation ids in [0,12]

by leanu 2016. 1. 15.

Error Msg

Cause

  • There are a lot of causes of this situation. In my case, this was because of absence of hostname of kafka server at client side.

Solution

  • Added hostname of kafka server to the client machine. Suppose that the ip and hostname of kafka server are 111.111.111.111 and “kafkaserver”. I used Mac OSX client so I added this information to /private/etc/hosts file. You can easily find the location of host name management file in your OS.


댓글