2020-07-22 13:10:09 UTC - anbutech17: Hello All!.I'm new to apache pulsar.Could you please someone help me to setup the pulsar python setup in the pycharm IDE.i have google it and didn't get any information on this. it will be very helpful, if anyone share the steps to install the pulsar python libraries in a IDE. ---- 2020-07-22 16:30:42 UTC - Kenny Sargent: @Kenny Sargent has joined the channel ---- 2020-07-22 16:42:52 UTC - Varghese C: Tried with maven-3.6.1, there are fewer errors from check-binary-release
> `$ ./src/check-binary-license ./distribution/server/target/apache-pulsar-*-bin.tar.gz` > com.sun.activation-jakarta.activation-1.2.2.jar unaccounted for in LICENSE > jakarta.activation-jakarta.activation-api-1.2.2.jar unaccounted for in LICENSE > jakarta.xml.bind-jakarta.xml.bind-api-2.3.3.jar unaccounted for in LICENSE > jakarta.activation-jakarta.activation-api-1.2.1.jar mentioned in LICENSE, but not bundled > jakarta.xml.bind-jakarta.xml.bind-api-2.3.2.jar mentioned in LICENSE, but not bundled > jakarta.activation-1.2.2.jar unaccounted for in lib/presto/LICENSE > jetty-alpn-java-client-9.4.27.v20200227.jar unaccounted for in lib/presto/LICENSE > > It looks like there are issues with the LICENSE/NOTICE. ---- 2020-07-22 16:45:43 UTC - Varghese C: Tried the check on the last official tar.gz release - no errors there. There are issues with the build env, will investigate further ---- 2020-07-22 17:11:18 UTC - Kalyn Coose: @Vladimir Shchur Where is chunking enabled? Is it in the broker.conf ? ---- 2020-07-22 17:13:23 UTC - Vladimir Shchur: No, it's on producer side ---- 2020-07-22 17:33:50 UTC - Kalyn Coose: @Vladimir Shchur Thanks for your help! Back to the bookkeeper, do I need to change `nettyMaxFrameSizeBytes=5253120` to support a larger message along with maxMessageSize in broker.conf? ---- 2020-07-22 17:58:09 UTC - Vladimir Shchur: Correct ---- 2020-07-22 18:17:20 UTC - Joshua Eric: Responded in general chat. ---- 2020-07-23 03:27:57 UTC - ran: @ran has joined the channel ---- 2020-07-23 03:36:17 UTC - ran: Need Help. Currently, the Pulsar master branch meet some CI problems, the error occurs in the test class `KeyStoreTlsProducerConsumerTestWithAuth` and `KeyStoreTlsProducerConsumerTestWithoutAuth` , but I couldn’t reproduce the problems in my macbook pro or 3rd part linux machine (for example tencent cloud) except Github CI action. Any Suggestions ? The error log as below. ---- 2020-07-23 03:38:52 UTC - ran: I clean the maven repository before build and test, the CI action is passed, it’s a bit strange. refer to <https://github.com/gaoran10/pulsar/pull/4> ---- 2020-07-23 04:20:14 UTC - ran: I made a mistake, maybe related to the JDS version, I update the CI JDK version to 1.9, the test passed. refer to <https://github.com/gaoran10/pulsar/pull/5> ---- 2020-07-23 04:21:38 UTC - ran: ```// Github CI java 1.8 openjdk version "1.8.0_262" OpenJDK Runtime Environment (Zulu 8.48.0.51-CA-linux64) (build 1.8.0_262-b19) OpenJDK 64-Bit Server VM (Zulu 8.48.0.51-CA-linux64) (build 25.262-b19, mixed mode) // Github CI java 1.9 openjdk version "9.0.7.1" OpenJDK Runtime Environment (Zulu build 9.0.7.1+1) OpenJDK 64-Bit Server VM (Zulu build 9.0.7.1+1, mixed mode)``` ---- 2020-07-23 04:22:33 UTC - Matteo Merli: @ran It's an environment change on the Github VMs that made the CI to start failing suddenly. @Ali Ahmed is working on a fix on <https://github.com/apache/pulsar/pull/7603> ---- 2020-07-23 04:24:12 UTC - ran: @Matteo Merli Ok, thanks. ----