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

Slack digest for #general - 2019-09-09

2019-09-09 02:27:46 UTC - dong: @dong has joined the channel
----
2019-09-09 05:38:43 UTC - Vinay Aggarwal: Hi Team,
Is there any Quorum setting for Geo Replication?
----
2019-09-09 06:15:45 UTC - Ravi Shah: What is the max limit for producer queue?
----
2019-09-09 06:18:32 UTC - Ravi Shah: I am getting
Error occurred while producer handler was sending msg from /127.0.0.1:63212: org.apache.pulsar.client.api.PulsarClientException$ProducerQueueIsFullError: Producer send queue is full
----
2019-09-09 06:18:45 UTC - Ravi Shah: @Sijie Guo I am getting
Error occurred while producer handler was sending msg from /127.0.0.1:63212: org.apache.pulsar.client.api.PulsarClientException$ProducerQueueIsFullError: Producer send queue is full
----
2019-09-09 06:22:47 UTC - wlkid: @wlkid has joined the channel
----
2019-09-09 07:25:13 UTC - Vladimir Shchur: <https://github.com/apache/pulsar/blob/master/pulsar-client/src/main/java/org/apache/pulsar/client/impl/conf/ProducerConfigurationData.java#L58>
----
2019-09-09 07:27:31 UTC - Ravi Shah: @Vladimir Shchur That is the default limit, right? What will be the max limit for it? Can i go beyond 1000 or not?
----
2019-09-09 07:28:37 UTC - Vladimir Shchur: Yes, you can
<https://github.com/apache/pulsar/blob/master/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ProducerBuilderImpl.java#L137>
----
2019-09-09 07:29:38 UTC - Ravi Shah: I tried this options but its not working as accepted.
----
2019-09-09 07:30:25 UTC - Ravi Shah: I am using websocket with maxPendingMessages option to 100K or more but it breaks when i do concurrent requests.
----
2019-09-09 07:32:20 UTC - Ravi Shah: I want producer to never through that error and accept all the messages. Is it possible?
----
2019-09-09 07:33:13 UTC - Vladimir Shchur: Set it to max int value :smiley:
----
2019-09-09 07:33:57 UTC - Vladimir Shchur: Queue has it's limit, it's natural
----
2019-09-09 07:34:11 UTC - Ravi Shah: already tried. But it fails when i try concurrent requests like 10M
----
2019-09-09 07:34:25 UTC - Vladimir Shchur: Does it break with the same error?
----
2019-09-09 07:34:34 UTC - Ravi Shah: Yes
----
2019-09-09 07:35:51 UTC - Vladimir Shchur: Let's wait for pulsar dev's to comment on it then
----
2019-09-09 07:49:23 UTC - Ravi Shah: Cool, Thanks
----