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/08/08 09:11:02 UTC

Slack digest for #general - 2018-08-08

2018-08-07 14:36:57 UTC - Adam Williams: Hello -- when using TLS auth and doing geo-replication, should the `brokerClient*` configs in the broker conf be set? ie `brokerClientAuthenticationPlugin`.
----
2018-08-07 15:55:29 UTC - Grant Wu: Does the Pulsar Go Client in 2.1.0 require a 2.1.0 broker/etc.?
----
2018-08-07 16:53:09 UTC - Sanjeev Kulkarni: @Grant Wu nope.
----
2018-08-07 16:53:20 UTC - Grant Wu: Okay, good to know
----
2018-08-07 17:14:37 UTC - Joe Krell: @Joe Krell has joined the channel
----
2018-08-07 19:03:21 UTC - Matteo Merli: @Adam Williams Yes, those would be the auth type and credential that broker will use to talk with the other brokers.
+1 : Adam Williams
----
2018-08-07 19:07:53 UTC - Matteo Merli: @Grant Wu We are very careful about not introducing incompatibilities between client and broker versions. 

You can still use the very first released Pulsar 1.14 client against the latest broker and vice-versa. New features won’t work, but everything else will.
----
2018-08-07 19:08:05 UTC - Grant Wu: Good to hear
----
2018-08-07 21:52:20 UTC - Rabi Panda: Hi All

I am getting the below error when triggering multiple producer.send(message) calls in quick succession. 

Please advise

Error: Resolve error: system:16 : Device or resource busy
----
2018-08-07 21:53:21 UTC - Matteo Merli: In Python?
----
2018-08-07 21:53:48 UTC - Matteo Merli: In any case it looks maybe a DNS issue?
----
2018-08-07 21:55:54 UTC - Rabi Panda: Shouldn't be dns related.. everything is running as localhost.
----
2018-08-07 22:04:05 UTC - Rabi Panda: Also, it doesn't happen for each invocation of the send function, happens when the function is called in quick succession
----
2018-08-07 22:07:05 UTC - Matteo Merli: uhm, is that send() or send_async() ?
----
2018-08-07 22:12:33 UTC - Rabi Panda: Didn't know about send_async... By definition, it should work. Will try and let you know. @Matteo Merli 
----
2018-08-07 22:12:36 UTC - Rabi Panda: Thanks
----