I want to know what behaviour of kafka streams would be when (using low level API) auto commit
is turned off and application don't do explicit commit?
In case application is restarted (auto commit off, and application itself don't do explicit commit of offsets) will application read from beginning always? What will be behaviour of the application.