[ 
https://issues.apache.org/jira/browse/KAFKA-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

antoine vianey updated KAFKA-581:
---------------------------------

    Attachment: sbt.bat
                zookeeper-server-start.bat
                kafka-server-start.bat
                kafka-console-consumer.bat
                kafka-console-producer.bat
                kafka-run-class.bat

Run successfully the quickstrat with those scripts (ported from .sh to .bat).

Update and package :

sbt.bat update
sbt.bat package

Run the quickstart within the bin folder :

zookeeper-server-start.bat "..\config\zookeeper.properties"
kafka-server-start.bat "..\config\server.properties"
kafka-console-producer.bat --zookeeper localhost:2181 --topic test
kafka-console-consumer.bat --zookeeper localhost:2181 --topic test 
--from-beginning

                
> provides windows batch script for starting Kafka/Zookeeper
> ----------------------------------------------------------
>
>                 Key: KAFKA-581
>                 URL: https://issues.apache.org/jira/browse/KAFKA-581
>             Project: Kafka
>          Issue Type: Improvement
>          Components: config
>    Affects Versions: 0.8
>         Environment: Windows
>            Reporter: antoine vianey
>            Priority: Trivial
>              Labels: features, run, windows
>             Fix For: 0.8
>
>         Attachments: kafka-console-consumer.bat, kafka-console-producer.bat, 
> kafka-run-class.bat, kafka-server-start.bat, sbt.bat, 
> zookeeper-server-start.bat
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Provide a port for quickstarting Kafka dev on Windows :
> - kafka-run-class.bat
> - kafka-server-start.bat
> - zookeeper-server-start.bat
> This will help Kafka community growth 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to