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

    Slackbot

    05/30/2022, 10:46 PM
    This message was deleted.
  • s

    Slackbot

    06/17/2022, 4:43 PM
    This message was deleted.
  • s

    Slackbot

    07/26/2022, 10:38 AM
    This message was deleted.
  • s

    Slackbot

    07/26/2022, 12:07 PM
    This message was deleted.
  • s

    Slackbot

    08/22/2022, 7:03 AM
    This message was deleted.
  • s

    Slackbot

    08/30/2022, 2:49 PM
    This message was deleted.
  • s

    Slackbot

    09/05/2022, 10:45 AM
    This message was deleted.
  • s

    Slackbot

    09/13/2022, 8:59 AM
    This message was deleted.
    y
    • 2
    • 1
  • s

    Slackbot

    10/04/2022, 2:31 PM
    This message was deleted.
  • s

    Slackbot

    10/04/2022, 3:54 PM
    This message was deleted.
  • l

    Lari Hotari

    01/13/2023, 7:55 AM
    FYI https://apache-pulsar.slack.com/archives/C01DGCB0KPU/p1673596492049309
  • s

    Slackbot

    02/03/2023, 8:43 AM
    This message was deleted.
    l
    • 2
    • 1
  • y

    Yu Wei Sung

    05/01/2023, 7:48 PM
    @Yu Wei Sung has left the channel
  • d

    Dave Fisher

    05/24/2023, 9:10 PM
    While the new site looks good and all. I have a serious question about how the sitemap.xml file is generated. In addition we must do something so that search engines will index and find documentation for Pulsar 3.0.0 before 2.4.2!!!!
  • m

    merlimat

    05/24/2023, 9:11 PM
    I don’t think the new site has changed in good or bad any of these 2 aspects 🙂
  • m

    merlimat

    05/24/2023, 9:12 PM
    sitemap.xml should be getting generated by docusarus
  • d

    Dave Fisher

    05/24/2023, 9:30 PM
    Sure. I just had the joy of recloning because of the reorg. I'm just really curious how we can get the search engines to do better. I aslo recently had a fight with an LLM that was confused by bad training.
  • d

    Dave Fisher

    05/24/2023, 9:44 PM
    grep does not help me find a thread about how the sitemap is generated - although I know that it is as (a single line xml)
    Copy code
    % grep -rni sitemap
    ./yarn.lock:2172:"@docusaurus/plugin-sitemap@npm:2.4.0":
    ./yarn.lock:2174:  resolution: "@docusaurus/plugin-sitemap@npm:2.4.0"
    ./yarn.lock:2183:    sitemap: ^7.1.1
    ./yarn.lock:2204:    "@docusaurus/plugin-sitemap": 2.4.0
    ./yarn.lock:12829:"sitemap@npm:^7.1.1":
    ./yarn.lock:12831:  resolution: "sitemap@npm:7.1.1"
    ./yarn.lock:12838:    sitemap: dist/cli.js
    ./static/robots.txt:1:Sitemap: <https://pulsar.apache.org/sitemap.xml>
    https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-sitemap It looks like we take the defaults ....
  • d

    Dave Fisher

    05/24/2023, 9:46 PM
    Also - we are now using Matomo and ASF Privacy wants everyone to drop Google Analytics, but GA is still on our pages.
    Copy code
    <link rel="preconnect" href="<https://www.google-analytics.com>">
    <script><http://window.ga|window.ga>=<http://window.ga|window.ga>||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga("create","UA-102219959-1","auto"),ga("send","pageview")</script>
    This is against the GPDR.
  • s

    Slackbot

    06/20/2023, 4:43 PM
    This message was deleted.
    l
    j
    e
    • 4
    • 4
  • e

    eric jiang

    07/06/2023, 3:53 AM
    @eric jiang has left the channel
  • e

    Eric Marnadi

    08/21/2023, 9:05 PM
    I'm currently trying to set
    managedLedgerMaxEntriesPerLedger
    for the PulsarContainer in a test. However, this setting (max 1 entry per ledger) is not being reflected in my tests, as when I try to write multiple entries to a topic or topic-partition, I see multiple entries in each ledger. Here is the relevant commit. Can anyone help me here or point me in a direction I can get help from?
  • s

    Slackbot

    09/01/2023, 11:00 AM
    This message was deleted.
    👀 1
    l
    • 2
    • 1
  • a

    Apurva Telang

    09/01/2023, 6:35 PM
    Hello. Please can someone help review this PR: https://github.com/apache/pulsar/pull/21077
  • l

    Lari Hotari

    10/23/2023, 10:10 AM
    I'm fixing flaky test issues and would appreciate a review on this PR so that it could be merged: https://github.com/apache/pulsar/pull/21407
  • l

    Lari Hotari

    10/30/2023, 5:28 AM
    There's now a solution for reporting and detecting thread leaks in tests. It should be ensured in each test that resources created by the test are properly cleaned up. Failing to do so can lead to memory leaks and, in some instances, unnecessary CPU consumption. These issues can, in turn, slow down test execution, increase Pulsar CI build durations, and cause flakiness. A significant source of memory leaks in Pulsar tests stems from thread leaks. dev mailing list thread: https://lists.apache.org/thread/l0h9qd5vwzdx30sqw5vocwkdjxh1gqzt PR: https://github.com/apache/pulsar/pull/21450 Please review the PR so that we get this solution in place. Thanks!
  • o

    ocadaruma

    07/12/2024, 5:41 AM
    Hi! Could someone check this PR? Please tell me if there's more appropriate way to request review. Thanks, https://github.com/apache/pulsar-site/pull/923
  • k

    Kiryl Valkovich

    07/12/2024, 5:47 AM
    @ocadaruma Hi, I merged your PR.
  • o

    ocadaruma

    07/12/2024, 6:14 AM
    Thank you!
    🙌 1
  • e

    Eric Marnadi

    11/07/2024, 11:13 PM
    Can I get review on this PR: https://github.com/streamnative/pulsar-spark/pull/180 that bumps the Pulsar version up from 2.10 to 3.3 for the pulsar-spark connector? We found a race condition in Pulsar 2.10
    n
    • 2
    • 19