Can I implement manual Kafka offset management with Spring Cloud Steam as follows:
- Whenever my consumer processes a message, it commits its offset into DB. Not into Kafka
- Whenever my consumers restarts, it reads last processed offset from the DB, seeks to that offset and starts processing next messages.