Kafka
Categories
Composite Recipes
Recipes that include further recipes, often including the individual recipes below.
- Migrate
Admin.listConsumerGroups()
tolistGroups()
- Migrate
ConsumerGroupState
toGroupState
- Migrate to Kafka 2.3
- Migrate to Kafka 2.4
- Migrate to Kafka 2.5
- Migrate to Kafka 2.6
- Migrate to Kafka 2.7
- Migrate to Kafka 2.8
- Migrate to Kafka 3.0
- Migrate to Kafka 3.1
- Migrate to Kafka 3.2
- Migrate to Kafka 3.3
- Migrate to Kafka 4.0
- Migrate to Kafka 4.1
- Upgrade Java to 11+ for Kafka clients
- Upgrade Java to 17+ for Kafka broker/tools
Recipes
- Migrate
AdminClient.alterConfigs()
toincrementalAlterConfigs()
- Migrate
KafkaConsumer.committed(TopicPartition)
tocommitted(Set<TopicPartition>)
- Migrate
KafkaConsumer.poll(long)
topoll(Duration)
- Migrate deprecated
sendOffsetsToTransaction
to useConsumerGroupMetadata
- Remove deprecated Kafka property