Hi all, I have setup Kafka 0.10.2.1 with SSL enabled
When trying console producer, I got the following error: My Command: ./bin/kafka-console-producer.sh --broker-list localhost:9093 --producer.config /hme/kafka/config/producer.properties --sync --topic test01 Error from console: ERROR Error when sending message to topic test01 with key: null, value: 4 bytes with error: (org.apache.kafka.clients.producer.internals.ErrorLoggingCallback)org.apache.kafka.common.errors.TimeoutException: Expiring 1 record(s) for test01-0: 1509 ms has passed since batch creation plus linger time I don't know if the data is written successfully or not. Please help! Regard
