Hi, I have a question about kafka topic, recently we face kafka client sending message to kafka topic issue, got error about offset, and client can not send message to kafka cluster.
My question is, since we configure kafka servers to one cluster, when cluster get message, will it try it best to deliver message to good host's partition? say, if cluster forward message to host A's topic partition, but it failed, then will cluster find another host's partition and redeliver the message? or just simply return error message to client? Is it configurable? what is the parameter to configure it? Thanks -Calvin