August 2017
Beginner to intermediate
278 pages
6h 40m
English
Client requests that are intended to write messages to Kafka queues are called producer requests. Based on the information received from the metadata request, the client issues a write request to the leader broker. All the write requests contain a parameter called ack, which determines when brokers should respond with a successful write to the client. Following are the possible values of the ack configuration:
On the other hand, the broker first checks whether all the relevant information is in the request. ...
Read now
Unlock full access