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 2020/08/17 09:11:05 UTC

Slack digest for #general - 2020-08-17

2020-08-16 15:42:05 UTC - Roy Tarantino: Answer (from kesque): websocket client does not support multi-topic connections with regular expressions or list.
----
2020-08-17 04:54:21 UTC - Addison Higham: The `pulsar-client` only takes the service url (as `url`) which is the TCP connection. If you use `PULSAR_CLIENT_CONF` (or edit the config in `$PULSAR_HOME/config/client.conf`, you can set  both`webServiceUrl` and `brokerServiceUrl`. This will allow you to use the http discovery, As you mentioned in your other post you are always hitting that else branch because you are never getting passed the lookup. By using the http discovery, you could see if the direct connection works and it is binary lookup that is failing
----
2020-08-17 06:45:38 UTC - Tymm: Hello, how can we subscribe to a topic, and only consume/ receive messages based on one of the element in the message, without processing the data after receiving the message ?
----