Skip to content

Instantly share code, notes, and snippets.

@miguno
Last active September 27, 2019 22:46
Read KTable / TABLE from beginning (not from 'now')
StreamsBuilder#table("my-topic",
Consumed.with(AutoOffsetReset.EARLIEST));
SET 'auto.offset.reset'='earliest';
CREATE TABLE ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment