I have a Kafka consumer that has fallen significantly behind and, having scaled it up, I just want to move move the offset forward. This question (How to change start offset for topic?) address this for the old consumers, but not for when you are using the new consumer.
Is there a command line tool for setting the offset for a consumer using the new consumer?