From 94762e5303bb26aa9eba5d8a62f7c4d92220aff5 Mon Sep 17 00:00:00 2001
From: Jorge Quilcate Otoya
Here’s what the application reset tool does for each topic type:
earliest offset (for consumer group application.id).logSize (for consumer group application.id).Parameters can be combined as needed. For example, if you want to restart an application from an +
Consider the following as reset-offset scenarios for input-topics:
Only one of these scenarios can be defined. If not, to-earliest will be executed by default
All the other parameters can be combined as needed. For example, if you want to restart an application from an
empty internal state, but not reprocess previous data, simply omit the parameters --input-topics and
--intermediate-topics.
getAdminClient(config) that allows to override an AdminClient used for administrative requests such as internal topic creations, etc. Changes in StreamsResetter: