Open
Description
Porting confluentinc/ksqldb-recipes#158 here
From @mjsax
Using latest_by_offset is outdated. We should use the new CREATE SOURCE TABLE instead.
See discussion in confluentinc/ksqldb-recipes#144 (comment)
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
: confluentinc/ksqldb-recipes@a051ebd