diff --git a/docs/streams/developer-guide/app-reset-tool.html b/docs/streams/developer-guide/app-reset-tool.html index 096d37a747ca8..d6979bee986ad 100644 --- a/docs/streams/developer-guide/app-reset-tool.html +++ b/docs/streams/developer-guide/app-reset-tool.html @@ -40,7 +40,7 @@ when resetting the application.
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.
default.production.exception.handler to the fully qualified name of a class implementing this interface. Changes in StreamsResetter: