2019-02-26 10:20:21 UTC - eunice: @eunice has joined the channel ---- 2019-02-26 12:30:38 UTC - eunice: if I want to use the java client ---- 2019-02-26 12:31:06 UTC - eunice: only the pulsar-client-2.3.0.jar is need? ---- 2019-02-26 12:31:24 UTC - eunice: or I also need the dependies ---- 2019-02-26 12:31:55 UTC - Sijie Guo: pulsar-client-2.3.0 contains most of the dependencies already, but you still need some depenencies. ---- 2019-02-26 12:32:17 UTC - Sijie Guo: you should use maven or gradle as your build system. ---- 2019-02-26 12:32:51 UTC - eunice: so if I use the maven, I don't need download the jar pacakages? ---- 2019-02-26 12:33:27 UTC - Sijie Guo: @eunice you can checkout how to use java client here > <http://pulsar.apache.org/docs/en/client-libraries-java/>
> if I use the maven, I don’t need download the jar pacakages? you don’t. maven will manage and download the dependencies for you ---- 2019-02-26 12:34:19 UTC - eunice: can you give me a url for a useful pulsar-client-2.3.0.jar ---- 2019-02-26 12:34:55 UTC - eunice: because that I dowloaded can not been call ---- 2019-02-26 12:35:13 UTC - Sijie Guo: @eunice: can you read the docs that I pointed to you? it has the instructions for you on how to include the pulsar-client dependencies in your maven project. ---- 2019-02-26 12:36:13 UTC - eunice: ok ---- 2019-02-26 12:36:17 UTC - eunice: I am reading ---- 2019-02-26 12:37:03 UTC - eunice: thank you ---- 2019-02-26 12:39:28 UTC - Sijie Guo: you are welcome ---- 2019-02-26 12:40:07 UTC - Sijie Guo: (actually I missed your question in china channel. I should have just replied in china channel :slightly_smiling_face: - that might be easier for you) ---- 2019-02-27 01:00:59 UTC - zero.xu: I found java api has no example or test,Could I contribute with those? ---- 2019-02-27 01:02:13 UTC - Ali Ahmed: which one ? ---- 2019-02-27 01:11:10 UTC - zero.xu: ---- 2019-02-27 01:15:11 UTC - Ali Ahmed: those are just interfaces ---- 2019-02-27 01:15:18 UTC - Ali Ahmed: you can’t really test those ok_hand : zero.xu ---- 2019-02-27 01:15:29 UTC - Ali Ahmed: there concrete implementations are tested ----