saveriogzz opened a new issue #12274: URL: https://github.com/apache/pulsar/issues/12274
#### Expected behavior I am trying to send messages to an Apache Pulsar cluster from a [Java application](https://github.com/saveriogzz/weather-collector/tree/data-streaming). #### Actual behavior The messages that I see from a consumer used as monitoring, come as **encoded**! Apart from the ones I send as **Strings**. e.g. `"\u0000\u0000\u0000\u0004\u0018l@\u0000\u0000\u0000�@�\u000fV�\u0001\u0000\u00006B\u0000\u0000�@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\t���AUU�A\u0002(2021-10-04T14:00:00Z\u0002H88c8dc24-233c-45f5-b366-85382d7d52c6\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000"` Also, when running the code, I see this WARNING here: ``` [pulsar-client-io-1-1] WARN org.apache.pulsar.common.util.SecurityUtility - Unable to get security provider for class org.conscrypt.OpenSSLProvider java.lang.ClassNotFoundException: org.conscrypt.OpenSSLProvider ``` Could this be the reason? #### Original issue goeh/weather-collector#11 #### System configuration Ubuntu 20.04 and RaspberryPi 3A+ with Raspbian 32bit **Pulsar Client Javaversion**: 2.8.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
