We are looking at implementing Kafka Producer HA .. i.e there are 2 producers which can produce the same data .. The objective is to have High Availability implemented for the Kafka Producer ..
i.e. if Producer1 goes down, the Producer2 kick starts and produces data starting from the offset committed by the Producer1 Would using Kafka Connect help in this scenario ? or a custom solution would have to be built ? Appreciate your response on this.