Can any one provide me with a script to create Kafka topic with Vertx using JavaScript. If not can you explain how to do it in Java. How can I run it using this code.
Asked
Active
Viewed 92 times
0
-
1have you tried to follow the instruction given in their documentation ? – user2720864 Oct 07 '15 at 11:07
-
I dont know how to use maven – dileepindla Oct 07 '15 at 12:29
-
[this](https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html) would be a good start. – user2720864 Oct 07 '15 at 13:36
-
iam getting error main manfest not found while executing jar file – dileepindla Oct 09 '15 at 07:19
-
how you are executing it ? http://stackoverflow.com/questions/9689793/cant-execute-jar-file-no-main-manifest-attribute http://stackoverflow.com/questions/9612918/could-not-find-the-main-class-error-when-running-jar-exported-by-eclipse – user2720864 Oct 09 '15 at 07:32
-
I got a jar file in target folder mod-kafka-1.1.3-SNAPSHOT.jar.Iam trying to run it using java -jar mod-kafka-1.1.3-SNAPSHOT.jar – dileepindla Oct 09 '15 at 08:33