confluentinc / confluentinc/kafka-tutorials
Replace `latest_by_offset` with `CREATE SOURCE TABLE`
Open
ksqlDB
- Dominant language
- Java
- Stars
- 39
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
Porting https://github.com/confluentinc/ksqldb-recipes/issues/158 here
From @mjsax
> Using latest_by_offset is outdated. We should use the new CREATE SOURCE TABLE instead.
See discussion in https://github.com/confluentinc/ksqldb-recipes/pull/144#discussion_r789872110
> Just to add more color: there are for sure cases when latest_by_offset might still make sense. We should decide on a case-by-case basis.
> Note to self: this is how one recipe was updated to use `CREATE SOURCE TABLE`: https://github.com/confluentinc/ksqldb-recipes/commit/a051ebdc1785bf8344f30161b7d9bd6689b4a25a
Contributor guide
Assessment
This issue has not been assessed yet.