# If you want to select older data, # you can configure KSQL to query the stream from the beginning. # You must do this configuration before running the query: auto.offset.reset=earliest # or set it to empty to select current records # auto.offset.reset=