If l use java producer api in sync mode.
public void send(kafka.producer.KeyedMessage<K,V> message) { /* compiled
code */ }
How to know whether a send process is successful or failed?
For example if the kafka broker disk is not accessible , will it throw
exceptions?
public void send(kafka.producer.KeyedMessage<K,V> message) { /* compiled
code */ }
How to know whether a send process is successful or failed?
For example if the kafka broker disk is not accessible , will it throw
exceptions?