Expand description
Structs§
- ApiVersions
Request - ApiVersions
Response - ApiVersions
Response ApiKey - Create
Topic Assignment - Create
Topic Config - Create
Topic Request - Create
Topic Response - Create
Topic Response Config - Create
Topics Request - Create
Topics Response - Delete
Records Request - Delete
Records Response - Delete
Request Partition - Delete
Request Topic - Delete
Response Partition - Delete
Response Topic - Delete
Topics Request - Delete
Topics Response - Delete
Topics Response Topic - Fetch
Request - Fetch
Request Partition - Fetch
Request Topic - Fetch
Response - Fetch
Response Aborted Transaction - Fetch
Response Partition - Fetch
Response Topic - List
Offsets Request - List
Offsets Request Partition - List
Offsets Request Topic - List
Offsets Response - List
Offsets Response Partition - List
Offsets Response Topic - Metadata
Request - Metadata
Request Topic - Metadata
Response - Metadata
Response Broker - Metadata
Response Partition - Metadata
Response Topic - Produce
Request - Produce
Request Partition Data - Produce
Request Topic Data - Produce
Response - Produce
Response Partition Response - Produce
Response Response - Request
Header - Response
Header
Enums§
- Isolation
Level - Using
READ_UNCOMMITTED(isolation_level = 0) makes all records visible. WithREAD_COMMITTED(isolation_level = 1), non-transactional andCOMMITTEDtransactional records are visible. To be more concrete,READ_COMMITTEDreturns all data from offsets smaller than the current LSO (last stable offset), and enables the inclusion of the list of aborted transactions in the result, which allows consumers to discardABORTEDtransactional records. - Read
Versioned Error - Write
Versioned Error
Constants§
- NORMAL_
CONSUMER - The
replica_idto use to signify the request is being made by a normal consumer.
Traits§
- Read
Versioned Type - Request
Body - Specifies a request body.
- Write
Versioned Type