How do I request a specific sequence id?
The SDK doesn't expose a method for requesting a specific sequence id, but a user can request by to start the stream from a timestamp. Also, kafka itself keeps track of the last message read by a consumer ("consumer offset"), so a consumer can restart with the latest offset or a specific offset.