I am using spark streaming 1.2. If processing executors get crashed will receiver rest the offset back to last processed offset?
If receiver itself got crashed is there a way to reset the offset without restarting streaming application other than smallest or largest. Is spark streaming 1.3 which uses low level consumer api, stabe? And which is recommended for handling data loss 1.2 or 1.3 .