https://pulsar.apache.org/ logo
Join SlackCommunities
Powered by
# general
  • j

    Jayakrishnan Nair

    06/16/2023, 3:50 AM
    Does this entry from zookeeper get removed automatically after few seconds , till what time the entry will exist for the old pulsar-broker
  • j

    Jayakrishnan Nair

    06/16/2023, 3:50 AM
    in zookeeper
  • s

    Slackbot

    06/16/2023, 6:16 PM
    This message was deleted.
    s
    k
    d
    • 4
    • 4
  • o

    Olav Groenaas Gjerde

    06/19/2023, 8:54 AM
    For a pulsar client, are there alternatives to tlsTrustCertsFilePath() ? For example if I would like to use an inputStream instead?
  • e

    Entvex

    06/19/2023, 10:29 AM
    @Olav Groenaas Gjerde I think it's a good idea to ask in the channel for the specific client, you are using.
  • o

    Olav Groenaas Gjerde

    06/19/2023, 11:02 AM
    Its the Java client, Both PulsarAdmin.builder() And PulsarClient builder. For example if I want to read the tlsTrustCerts from Hashicorp Vault or Azure Key Vault.
  • g

    Giannis Polyzos

    06/19/2023, 11:09 AM
    Streaming and stream processing are a hot topic 🔥 Apache Flink gains more popularity by the day and for those interested I'm working on a hands-on book https://leanpub.com/streamprocessingwithapacheflink Although WIP the last chapter will be going over Flink and Pulsar as they play extremely well together and the pulsar-flink connector is quite sophisticated, providing a strong integration with a lot of functionality.
    👍 4
  • s

    Slackbot

    06/19/2023, 3:40 PM
    This message was deleted.
    s
    m
    • 3
    • 3
  • m

    Mathieu G.

    06/20/2023, 8:20 AM
    Hello, We would like to use pulsar as a buffer to process aggregations. In our case, we would like to maximize batch receive size instead of latency, ie: BatchReceivePolicy with a very long timeout and a high number of messages. I've read the client source code, and in my undestanding, the client is performing batching in memory (with incomingMessages blocking queue). Since my application will connect to a lot of topics (possibly 1-5k), I'm not comfortable with this. I'd like to prevent OOM when there is a lot of pending messages. Since pulsar broker knows how much messages are in backlog, is there a way to have a callback to notify client that it can consume this topic ? Thanks for your feedbacks
  • a

    Aleksey

    06/20/2023, 9:47 AM
    Hello! Tell me please. When will version 2.10.5 be released?
  • s

    Slackbot

    06/20/2023, 11:44 AM
    This message was deleted.
    c
    h
    • 3
    • 7
  • s

    Slackbot

    06/20/2023, 1:41 PM
    This message was deleted.
    🙌 11
    e
    s
    • 3
    • 6
  • s

    Slackbot

    06/21/2023, 12:01 PM
    This message was deleted.
    d
    • 2
    • 1
  • s

    Slackbot

    06/21/2023, 2:58 PM
    This message was deleted.
    t
    m
    • 3
    • 8
  • a

    Amanda

    06/21/2023, 8:49 PM
    Hi all, I have been working on using E2EE in Pulsar. I have a standalone deployed in a docker container, and I created a Java Client with a consumer and producer. I have successfully created my private and public keys through openssl and am able to send and receive messages. Everything seems to be working but I want to verify that my messages are actually being encrypted. Is there a way I can verify this and how so? I haven't been able to find any logs showing it. Appreciate any help
  • d

    David K

    06/21/2023, 9:21 PM
    @Amanda One way is to step through the consumer code using a debugger to view the message contents. You might also want to try consuming them using a client that is configured to use no/a different crypto key to decrypt the message and confirm that it fails.
    👍 1
  • v

    Vinay Gupta

    06/22/2023, 8:37 AM
    In a cluster setup while restarting one broker all are going down at once. V: 2.11.0
    Copy code
    Error connecting to broker: org.apache.pulsar.client.api.PulsarClientException$LookupException: {"errorMsg":"org.apache.pulsar.metadata.api.MetadataStoreException$NotFoundException:
    ERROR org.apache.pulsar.client.impl.ClientCnx - [id: 0x23480539, L:/1ip:47740 - R:xx-pulsar-211-broker-2.xx-pulsar-211-broker.pulsar.svc.cluster.local/xx.xx.xx.xx:6650] Close connection because received internal-server error org.apache.pulsar.metadata.api.MetadataStoreException$NotFoundException: /loadbalance/brokers/xx-pulsar-211-broker-1.xx-pulsar-211-broker.pulsar.svc.cluster.local:8080
  • a

    Asaf Mesika

    06/22/2023, 12:17 PM
    📣 The Apache Pulsar community meets every 2 weeks virtually. We discuss open Pull Requests, Proposals (PIP), future roadmaps, and chit-chatting on everything Pulsar. Join us! It’s today at 15:30 UTC. All details are here: https://github.com/apache/pulsar/wiki/Community-Meetings
  • s

    Slackbot

    06/22/2023, 12:58 PM
    This message was deleted.
    d
    k
    • 3
    • 4
  • j

    Jerome

    06/22/2023, 2:00 PM
    Hi, I've got this exception :
    org.apache.pulsar.client.api.PulsarClientException$TimeoutException: The producer myproducer-0 can not send message to the topic <persistent://public/default/mytopic> within given timeout : createdAt 11.369 seconds ago, firstSentAt 11.369 seconds ago, lastSentAt 11.369 seconds ago, retryCount 1
    I don't understand the meaning of the 11.369s cause when I read the following doc https://pulsar.apache.org/api/client/3.0.x/org/apache/pulsar/client/api/ProducerBuilder.html#sendTimeout(int,java.util.concurrent.TimeUnit) I saw default value is 30s. Any idea to help me understand this strange behavior ?
  • s

    Slackbot

    06/22/2023, 4:24 PM
    This message was deleted.
    d
    a
    • 3
    • 3
  • a

    Ali Ahmed

    06/23/2023, 12:04 AM

    https://www.youtube.com/watch?v=QngU8ComJfo▾

    ❤️ 2
    👍 5
  • s

    Slackbot

    06/23/2023, 1:27 PM
    This message was deleted.
    👀 1
    d
    n
    • 3
    • 3
  • s

    Slackbot

    06/23/2023, 1:53 PM
    This message was deleted.
    d
    r
    • 3
    • 13
  • s

    Slackbot

    06/25/2023, 3:49 AM
    This message was deleted.
    g
    • 2
    • 1
  • m

    Moty

    06/26/2023, 6:59 AM
    Hi, I’m using Pulsar 3.0.0 deployed on EKSHow do I know the default values of the following env vars:
    loadBalancerMsgRateDifferenceShedderThreshold
    loadBalancerMsgThroughputMultiplierDifferenceShedderThreshold
    when I exec into the pod and type env | grep
    loadBalancerMsgThroughputMultiplierDifferenceShedderThreshold
    I don’t see this env var any idea?
  • s

    Slackbot

    06/26/2023, 7:16 AM
    This message was deleted.
    l
    m
    • 3
    • 2
  • s

    Slackbot

    06/26/2023, 9:45 AM
    This message was deleted.
    u
    • 2
    • 1
  • s

    Slackbot

    06/26/2023, 12:00 PM
    This message was deleted.
    d
    p
    • 3
    • 4
  • s

    Slackbot

    06/26/2023, 10:42 PM
    This message was deleted.
    a
    s
    • 3
    • 3
1...141516...155Latest