https://pulsar.apache.org/ logo
Join Slack
Powered by
# general
  • s

    Slackbot

    05/08/2023, 11:55 AM
    This message was deleted.
    e
    g
    p
    • 4
    • 10
  • s

    Slackbot

    05/08/2023, 3:29 PM
    This message was deleted.
    n
    e
    • 3
    • 7
  • s

    Slackbot

    05/08/2023, 11:08 PM
    This message was deleted.
    c
    x
    +2
    • 5
    • 5
  • s

    Slackbot

    11/13/2022, 11:24 AM
    This message was deleted.
    j
    y
    +2
    • 5
    • 16
  • s

    Slackbot

    05/09/2023, 1:36 PM
    This message was deleted.
    đź‘€ 4
    a
    a
    • 3
    • 3
  • s

    Slackbot

    05/09/2023, 11:27 PM
    This message was deleted.
    y
    o
    • 3
    • 12
  • s

    Slackbot

    05/10/2023, 5:05 AM
    This message was deleted.
    🙌 1
    a
    • 2
    • 2
  • s

    Sanket Khote

    05/10/2023, 3:37 PM
    Hey all, recently we upgrade to pulsar go-client 0.10.0 and we started to face below issue. https://github.com/apache/pulsar-client-go/issues/1013 does anyone have any idea around this
  • a

    Asaf Mesika

    05/10/2023, 5:04 PM
    📣 For those who don’t know, the Pulsar community meets over zoom every 2 weeks. It’s a great way to discuss Pulsar Improvement Proposals (PIPs), review and address PRs concerns, and have an open discussion talking about anything Pulsar. You can the details here: https://github.com/apache/pulsar/wiki/Community-Meetings It contains a Google Calendar you can import, which contains the Zoom link, and link to Meeting Agenda google doc. The Next meeting is tomorrow at 15:30 UTC.
    âś… 6
    👍 3
  • s

    Slackbot

    05/11/2023, 1:21 PM
    This message was deleted.
    y
    b
    +2
    • 5
    • 10
  • s

    Slackbot

    05/11/2023, 3:32 PM
    This message was deleted.
    e
    • 2
    • 1
  • s

    Slackbot

    05/11/2023, 6:54 PM
    This message was deleted.
    j
    d
    • 3
    • 4
  • s

    Slackbot

    12/20/2022, 2:12 PM
    This message was deleted.
    o
    • 2
    • 1
  • s

    Slackbot

    05/12/2023, 2:56 PM
    This message was deleted.
    m
    l
    • 3
    • 2
  • b

    Benjamin Tao

    05/15/2023, 2:30 AM
    hello everyone, I have installed Pulsar cluster with helm, how can I scale broker or bookies pod, can anyone give me exact steps or some documentation about it.
  • a

    Ali Ahmed

    05/15/2023, 9:28 AM
    we should contribute a pulsar connector to it https://github.com/bytedance/bitsail
  • s

    Slackbot

    05/15/2023, 11:16 AM
    This message was deleted.
    j
    m
    • 3
    • 5
  • s

    Slackbot

    05/15/2023, 11:43 AM
    This message was deleted.
    n
    h
    • 3
    • 9
  • l

    Lalit Gangwar

    05/15/2023, 2:55 PM
    Hi guys I need help in one issue. I have created a wrapper for pulsar client and it is getting crashed with this error repeatedly, the callstack pic is in attachment. Can you guys guide me where to look? It is crashing for multitopic consumer implementation.
  • s

    sofian

    05/15/2023, 3:30 PM
    Hello everyone, I'm reaching out today for help because I'm stuck on Pulsar. I currently have a situation where I'm not making much progress, even though I've read quite a bit of Pulsar documentation and searched online. I would like to perform a standalone (all-in-one) installation of Pulsar with Kubernetes, but the installation requires having 1 replica of each, which doesn't suit me. So I went through Docker (https://pulsar.apache.org/docs/3.0.x/getting-started-docker/) to install it in Standalone mode and have only one "container". The function creation works well, but when I try to do a "PutState" or "QueryState", I get an error message telling me: I have no name!@46d54818541c:/pulsar$ bin/pulsar-admin functions putstate \ --tenant public --namespace default --name wordcount --state "{"key":"test", "stringValue":"hello pulsar"}" State storage client is not done initializing. Please try again in a little while. Reason: State storage client is not done initializing. Please try again in a little while. 2023-05-15T144621,398+0000 [main] WARN org.apache.pulsar.common.util.ShutdownUtil - Triggering immediate shutdown of current process with status 1 java.lang.Exception: Stacktrace for immediate shutdown at org.apache.pulsar.common.util.ShutdownUtil.triggerImmediateForcefulShutdown(ShutdownUtil.java:52) ~[org.apache.pulsar-pulsar-common-3.0.0.jar:3.0.0] at org.apache.pulsar.admin.cli.PulsarAdminTool.exit(PulsarAdminTool.java:315) ~[org.apache.pulsar-pulsar-client-tools-3.0.0.jar:3.0.0] at org.apache.pulsar.admin.cli.PulsarAdminTool.execute(PulsarAdminTool.java:305) ~[org.apache.pulsar-pulsar-client-tools-3.0.0.jar:3.0.0] at org.apache.pulsar.admin.cli.PulsarAdminTool.main(PulsarAdminTool.java:280) ~[org.apache.pulsar-pulsar-client-tools-3.0.0.jar:3.0.0] To activate "StateStorage" and be able to use the "PutState" & "QueryState" functions, I tried to follow this documentation (https://pulsar.apache.org/docs/3.0.x/functions-worker-stateful/). I'm not sure if this is how it's supposed to work, but I tried several methods because I didn't quite understand: docker run -it -e PULSAR_PREFIX_functionsWorkerEnablePackageManagement=true -p 6650:6650 -p 8080:8080 --mount source=pulsardata,target=/pulsar/data --mount source=pulsarconf,target=/pulsar/conf apachepulsar/pulsar:3.0.0 sh -c "bin/apply-config-from-env.py conf/standalone.conf && bin/pulsar standalone" To test an environment variable, I used a variable listed in this documentation (https://github.com/apache/pulsar/blob/e6b12c64b043903eb5ff2dc5186fe8030f157cfc/conf/standalone.conf), and upon container startup, we can see: [conf/standalone.conf] Applying config functionsWorkerEnablePackageManagement = true [conf/standalone.conf] Updating config functionsWorkerEnablePackageManagement = true I checked in the confS/standalone.conf file and the variable has not been set to true, it is still false. Here, I had to specify the version "3.0" and not "2.10" as indicated in the documentation because I encountered a problem with the Java JVM "UseZGC experimental options". I also tried to modify the bookkeeper.conf file as indicated in the documentation to enable functions with states, but I can't get it to work. I would like to know why and how to get a response to my "PutState" or "QueryState" please. By the way, is there not yet a Helm chart for the standalone version of Pulsar (all-in-one pod) Thank you for your understanding. Best regards,
  • a

    Ali Ahmed

    05/15/2023, 5:56 PM
    https://news.ycombinator.com/item?id=35949771
    🤔 1
  • s

    Slackbot

    05/16/2023, 6:08 AM
    This message was deleted.
    l
    y
    • 3
    • 2
  • s

    Slackbot

    05/16/2023, 11:30 AM
    This message was deleted.
    m
    • 2
    • 2
  • s

    Slackbot

    05/17/2023, 12:44 AM
    This message was deleted.
    o
    • 2
    • 2
  • m

    miton18

    05/17/2023, 6:51 AM
    Hello ! I do not understand the purpose of setting bookies rack through Pulsar-admin command ? can't this information be taken from bookkeeper topology-scripts ? https://pulsar.apache.org/docs/3.0.x/administration-isolation-bookie/#configure-data-placement-policy-on-bookie-instances
  • s

    Slackbot

    05/17/2023, 11:32 AM
    This message was deleted.
    b
    • 2
    • 1
  • s

    Slackbot

    05/17/2023, 1:48 PM
    This message was deleted.
    y
    k
    • 3
    • 2
  • s

    Slackbot

    05/17/2023, 2:34 PM
    This message was deleted.
    m
    • 2
    • 1
  • s

    Slackbot

    05/17/2023, 2:40 PM
    This message was deleted.
    a
    d
    • 3
    • 26
  • a

    Andy Walker

    05/17/2023, 2:40 PM
    Any idea what's going on here?
1...101112...155Latest