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

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

sekikn commented on pull request #6909: KAFKA-8513: Add 
kafka-streams-application-reset.bat for Windows platform
URL: https://github.com/apache/kafka/pull/6909
 
 
   For improving Windows support, this PR adds a batch file correponding to 
bin/kafka-streams-application-reset.sh.
   
   I Ran the added batch file and confirmed it worked on Windows 10 as follows:
   
   ```
   PS C:\kafka-trunk> .\bin\windows\kafka-streams-application-reset.bat 
--application-id streams-pipe --input-topics streams-plaintext-input 
--to-earliest
   
   (snip)
   
   Reset-offsets for input topics [streams-plaintext-input]
   Following input topics offsets will be reset to (for consumer group 
streams-pipe)
   Topic: streams-plaintext-input Partition: 0 Offset: 0
   Done.
   Deleting all internal/auto-created topics for application streams-pipe
   Done.
   ```
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add kafka-streams-application-reset.bat for Windows platform
> ------------------------------------------------------------
>
>                 Key: KAFKA-8513
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8513
>             Project: Kafka
>          Issue Type: Improvement
>          Components: tools
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Minor
>
> For improving Windows support, it'd be nice if there were a batch file 
> corresponding to bin/kafka-streams-application-reset.sh.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to