Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

how to know kafka producer api status

$
0
0
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?

Viewing all articles
Browse latest Browse all 5648

Trending Articles