I can say that i want to start reading from "earliest" or "latest" or "none", but i would like to know if it is possible to start a query from a specific offset. EG:
select * from test-stream offset 1000
or via ksql settings?
Thanks
Unfortunately, KSQL does not currently support that feature. Checkout below github issue.
KSQL Github issue : Additional pseudo-columns for OFFSET and PARTITION