Skip to content

Commit

Permalink
Update Kafka and librdkafka max API versions (#4132)
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed Jan 13, 2023
1 parent 6f32d2d commit 6a66f95
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions INTRODUCTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -1943,40 +1943,40 @@ The [Apache Kafka Implementation Proposals (KIPs)](https://cwiki.apache.org/conf

### Supported protocol versions

"Kafka max" is the maximum ApiVersion supported in Apache Kafka 2.4.0, while
"Kafka max" is the maximum ApiVersion supported in Apache Kafka 3.3.1, while
"librdkafka max" is the maximum ApiVersion supported in the latest
release of librdkafka.


| ApiKey | Request name | Kafka max | librdkafka max |
| ------- | ------------------- | ----------- | ----------------------- |
| 0 | Produce | 7 | 7 |
| 1 | Fetch | 11 | 11 |
| 2 | ListOffsets | 5 | 1 |
| 3 | Metadata | 8 | 2 |
| 0 | Produce | 9 | 7 |
| 1 | Fetch | 13 | 11 |
| 2 | ListOffsets | 7 | 2 |
| 3 | Metadata | 12 | 4 |
| 8 | OffsetCommit | 8 | 7 |
| 9 | OffsetFetch | 8 | 7 |
| 10 | FindCoordinator | 2 | 2 |
| 11 | JoinGroup | 5 | 5 |
| 12 | Heartbeat | 3 | 3 |
| 13 | LeaveGroup | 3 | 1 |
| 14 | SyncGroup | 3 | 3 |
| 10 | FindCoordinator | 4 | 2 |
| 11 | JoinGroup | 9 | 5 |
| 12 | Heartbeat | 4 | 3 |
| 13 | LeaveGroup | 5 | 1 |
| 14 | SyncGroup | 5 | 3 |
| 15 | DescribeGroups | 5 | 4 |
| 16 | ListGroups | 4 | 4 |
| 17 | SaslHandshake | 1 | 1 |
| 18 | ApiVersions | 3 | 3 |
| 19 | CreateTopics | 5 | 4 |
| 20 | DeleteTopics | 3 | 1 |
| 19 | CreateTopics | 7 | 4 |
| 20 | DeleteTopics | 6 | 1 |
| 21 | DeleteRecords | 2 | 1 |
| 22 | InitProducerId | 4 | 4 |
| 24 | AddPartitionsToTxn | 1 | 0 |
| 25 | AddOffsetsToTxn | 1 | 0 |
| 26 | EndTxn | 1 | 1 |
| 28 | TxnOffsetCommit | 2 | 0 |
| 32 | DescribeConfigs | 2 | 1 |
| 33 | AlterConfigs | 1 | 0 |
| 36 | SaslAuthenticate | 1 | 0 |
| 37 | CreatePartitions | 1 | 0 |
| 24 | AddPartitionsToTxn | 3 | 0 |
| 25 | AddOffsetsToTxn | 3 | 0 |
| 26 | EndTxn | 3 | 1 |
| 28 | TxnOffsetCommit | 3 | 3 |
| 32 | DescribeConfigs | 4 | 1 |
| 33 | AlterConfigs | 2 | 0 |
| 36 | SaslAuthenticate | 2 | 0 |
| 37 | CreatePartitions | 3 | 0 |
| 42 | DeleteGroups | 2 | 1 |
| 47 | OffsetDelete | 0 | 0 |

Expand Down

0 comments on commit 6a66f95

Please sign in to comment.