You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pulsar.apache.org by Apache Pulsar Slack <ap...@gmail.com> on 2018/06/27 09:11:03 UTC

Slack digest for #general - 2018-06-27

2018-06-26 12:36:34 UTC - Ryan Rose: Hi @Matteo Merli -- I was able to make the deb (and rpm fwiw) cpp cleint packages, but when using them via the go client after installing them in a container, they seem to be missing some openssl symbols. Is this something on my end, or is that a problem with how the deb package was built? 
```
# ~/service/vendor/github.com/apache/incubator-pulsar/pulsar-client-go/pulsar
/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/libpulsar.so: undefined reference to `OpenSSL_version_num'
/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/libpulsar.so: undefined reference to `OCSP_crl_reason_str'
/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/libpulsar.so: undefined reference to `OCSP_cert_status_str'
/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/libpulsar.so: undefined reference to `OCSP_response_status_str'
/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/libpulsar.so: undefined reference to `OCSP_basic_verify'
/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/libpulsar.so: undefined reference to `BIO_f_ssl'
/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/libpulsar.so: undefined reference to `RAND_load_file'
/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/libpulsar.so: undefined reference to `PKCS12_parse'
/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib/libpulsar.so: undefined reference to `RAND_file_name'
```
----
2018-06-26 14:23:29 UTC - Matteo Merli: @Ryan Rose thanks for reporting, I’ll take a look
----
2018-06-26 14:29:34 UTC - Ryan Rose: Thanks!
----
2018-06-26 15:59:24 UTC - Sanjeev Kulkarni: @Sagar Gaur Please take a look at this pr
----
2018-06-26 15:59:25 UTC - Sanjeev Kulkarni: <https://github.com/apache/incubator-pulsar/commit/f7c569614d7d1cdccd306ff5aad3ed7c21e53f2a>
----
2018-06-26 16:00:02 UTC - Sanjeev Kulkarni: This pr covers running  pulsar connector and has been committed, but the website needs to be updated to reflect this which is in process
----
2018-06-26 20:42:11 UTC - Daniel Ferreira Jorge: When I try to get `stats-internal` on a partitioned topic via admin API I get 404. I this correct behavior? If I try `partitioned-stats` for the same topic, it works. I guess we do not have internal stats for a partitioned topic?
----
2018-06-26 20:58:59 UTC - Matteo Merli: @Daniel Ferreira Jorge the internal stats would be working on the individual partitions eg: `pulsar-admin topics stats-internal my-topic-partition-0`. The `partitioned-stats` subcommand is basically an aggregator of the stats across the partitions. For the internal stats there is no data that could be aggregated, rather it’s used to expose the internal state for debugging purposes.
----
2018-06-27 04:17:26 UTC - Rishita Golla: @Rishita Golla has joined the channel
----
2018-06-27 06:47:22 UTC - Tejash Tarun: @Tejash Tarun has joined the channel
----
2018-06-27 08:39:14 UTC - Yuvaraj Loganathan: Hello Everyone, Would like to know some of the pulsar deployments other than Yahoo.  is there  any ?
----
2018-06-27 08:48:17 UTC - Ivan Kelly: well, yahoo japan (which is a completely different entity despite the name). There are others but I don't know how public they are about their usage
----
2018-06-27 08:52:16 UTC - Yuvaraj Loganathan: Thanks @Ivan Kelly
----