uber / uReplicator

Improvement of Apache Kafka Mirrormaker
Apache License 2.0
917 stars 199 forks source link

work error #268

Closed Bruce2jiang closed 5 years ago

Bruce2jiang commented 5 years ago

Error: Main method is not static in class kafka.mirrormaker.MirrorMakerWorker, please define the main method as: public static void main(String[] args) Heap garbage-first heap total 5242880K, used 2048K [0x0000000680000000, 0x0000000680205000, 0x00000007c0000000) region size 2048K, 2 young (4096K), 0 survivors (0K) Metaspace used 3437K, capacity 4792K, committed 5120K, reserved 1056768K class space used 338K, capacity 424K, committed 512K, reserved 1048576K

Technoboy- commented 5 years ago

new MirrorMakerWorker().main(args);

yangy0000 commented 5 years ago

Please attached your startup command