Streams
Composite Recipes
Recipes that include further recipes, often including the individual recipes below.
- Migrate
Joined.named()toJoined.as() - Migrate TaskMetadata and ThreadMetadata
- Migrate
exactly_onceandexactly_once_betatoexactly_once_v2 - Migrate
exactly_oncetoexactly_once_beta
Recipes
- Migrate KStream to KTable conversion to use
toTable()method - Migrate
TaskMetadata.taskId()to returnTaskId - Migrate
WindowStore.put()to include timestamp - Migrate deprecated
KafkaStreams#storemethod - Migrate deprecated retry configuration to task timeout
- Migrate to StreamsUncaughtExceptionHandler API
- Remove
PartitionGrouperconfiguration