You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/05 22:07:00 UTC

[jira] [Commented] (KAFKA-5525) Streams reset tool should have same console output with or without dry-run

    [ https://issues.apache.org/jira/browse/KAFKA-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16075510#comment-16075510 ] 

ASF GitHub Bot commented on KAFKA-5525:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/kafka/pull/3443


> Streams reset tool should have same console output with or without dry-run
> --------------------------------------------------------------------------
>
>                 Key: KAFKA-5525
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5525
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>            Reporter: Paolo Patierno
>            Assignee: Paolo Patierno
>            Priority: Minor
>             Fix For: 0.11.1.0
>
>
> Hi,
> I see that the Streams reset tool provides a console output a little bit different when you execute it using "dry-run" (so without executing any real action) or without it.
> With dry-run :
> {code}
> ----Dry run displays the actions which will be performed when running Streams Reset Tool----
> Following input topics offsets will be reset to beginning (for consumer group streams-wordcount)
> Topic: streams-file-input
> Done.
> Deleting all internal/auto-created topics for application streams-wordcount
> Topic: streams-wordcount-Counts-repartition
> Topic: streams-wordcount-Counts-changelog
> Done.
> {code}
> without dry-run :
> {code}
> Seek-to-beginning for input topics [streams-file-input]
> Done.
> Deleting all internal/auto-created topics for application streams-wordcount
> Topic streams-wordcount-Counts-repartition is marked for deletion.
> Note: This will have no impact if delete.topic.enable is not set to true.
> Topic streams-wordcount-Counts-changelog is marked for deletion.
> Note: This will have no impact if delete.topic.enable is not set to true.
> Done.
> {code}
> I think that the version with dry-run related to show "Seek-to-beginning for input topics [streams-file-input]" could be used even for version without dry-run.
> The output should be consistent and the only difference should be on executing real actions or not.
> I'm working on a trivial PR for a proposal.
> Thanks,
> Paolo



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)