Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.54 KB

kafka-clients-ClientRequest.adoc

File metadata and controls

42 lines (28 loc) · 1.54 KB

ClientRequest

ClientRequest is…​FIXME

ClientRequest is created exclusively when NetworkClient is requested to create one.

ClientRequest uses the client ID when requested to makeHeader.

Creating ClientRequest Instance

ClientRequest takes the following when created:

ClientRequest initializes the internal registries and counters.

Creating RequestHeader — makeHeader Method

RequestHeader makeHeader(short version)

makeHeader creates a RequestHeader (with the client and the correlation IDs)

Note

makeHeader is used when: