Does a Kafka streams app with global K tables only retain records as per what is defined in the input topic retention period?
I know in a normal K-table with changelog enabled, it creates a changelog topic with an infinite retention period.
I wanted to understand how it works with a global K table…