https://pulsar.apache.org/ logo
Join Slack
Powered by
# dev-dotpulsar
  • s

    Slackbot

    06/29/2021, 9:46 PM
    This message was deleted.
  • s

    Slackbot

    07/12/2021, 7:50 AM
    This message was deleted.
    d
    • 2
    • 1
  • s

    Slackbot

    07/22/2021, 10:28 PM
    This message was deleted.
  • s

    Slackbot

    08/12/2021, 11:08 AM
    This message was deleted.
  • s

    Slackbot

    08/12/2021, 1:54 PM
    This message was deleted.
  • s

    Slackbot

    08/13/2021, 4:10 AM
    This message was deleted.
  • s

    Slackbot

    08/18/2021, 1:11 PM
    This message was deleted.
  • s

    Slackbot

    08/24/2021, 5:37 AM
    This message was deleted.
    p
    • 2
    • 1
  • s

    Slackbot

    09/03/2021, 5:49 PM
    This message was deleted.
  • s

    Slackbot

    09/07/2021, 4:39 AM
    This message was deleted.
  • s

    Slackbot

    09/07/2021, 8:20 AM
    This message was deleted.
  • s

    Slackbot

    09/14/2021, 3:56 AM
    This message was deleted.
  • s

    Slackbot

    09/16/2021, 9:16 AM
    This message was deleted.
  • s

    Slackbot

    09/21/2021, 2:45 PM
    This message was deleted.
  • s

    Slackbot

    10/01/2021, 12:19 PM
    This message was deleted.
  • s

    Slackbot

    10/04/2021, 3:38 PM
    This message was deleted.
  • s

    Slackbot

    12/15/2021, 8:29 AM
    This message was deleted.
  • s

    Slackbot

    01/13/2022, 2:20 PM
    This message was deleted.
  • s

    Slackbot

    02/14/2023, 7:03 PM
    This message was deleted.
    👀 1
    b
    b
    • 3
    • 7
  • b

    bala rao

    02/14/2023, 7:20 PM
    @bala rao has left the channel
  • b

    bala rao

    03/15/2023, 7:31 PM
    @bala rao has left the channel
  • n

    natallia

    06/02/2023, 3:50 PM
    hello guys, I'd like to utilize acknowledgement timeout and retry letter topic functionality for pulsar consumer, is there any chance it will be available or should I use another library ?
  • s

    Slackbot

    06/05/2023, 5:33 PM
    This message was deleted.
    n
    e
    • 3
    • 2
  • s

    Slackbot

    09/15/2023, 2:45 PM
    This message was deleted.
    b
    j
    e
    • 4
    • 22
  • l

    Loïc Berthou

    04/18/2024, 12:02 PM
    Hey folks! I was wondering if you know who is the repo owner for the DotPulsar lib? We’re looking at this PR and wondering why it hasn’t been merged? https://github.com/apache/pulsar-dotpulsar/pull/83
  • l

    Loïc Berthou

    04/18/2024, 12:04 PM
    We’re a dotnet startup and started using the plugin. We see several improvements that we could contribute. Any guidance on how to proceed is welcome! 🙏 I see that encryption is not supported yet. Would that be a good first issue?
  • b

    Blanken

    04/19/2024, 6:24 AM
    Hi @Loïc Berthou and welcome to the channel. I'm the initial creator of DotPulsar and we (Danske Commodities) donated it to the Apache Software Foundation. The mentioned PR is not merged because it is conflicting and from the conversation, it can be seen that the PR is not complete. Sounds great that you want to contribute, have a look at CONTRIBUTING.md 🙂 Encryption sounds like a big first PR, but if that is what you need then go for it. I would suggest discussing the implementation with me/us before doing it. I try hard to not have dependency bloat like the other Pulsar clients, so it might be that the functionality is not for DotPulsar (the main package), but in that case, I am of course willing to make DotPulsar so extensible that you can add this functionality as a separate NuGet package. Makes sense? 🙂
    l
    • 2
    • 3
  • l

    Loïc Berthou

    05/10/2024, 1:14 AM
    Hey folks, I just downloaded dotpulsar from github and executed all tests with success except for 1.
    ZstdCompressionTests
    is failing consistently. It looks like it can't find zstd or a dependency. I installed zstd with brew on my Mac but it still fails. I'd be happy to contribute to a how-to page on testing if there isn't one (I couldn't find one). Any tips?
    b
    • 2
    • 2
  • l

    Loïc Berthou

    05/11/2024, 9:36 PM
    @Blanken I found a line in the library that I think contains a bug in the logic. See this https://github.com/apache/pulsar-dotpulsar/blob/14eb0bbf641a57ec133715e76e0c3645d95897d7/src/DotPulsar/Internal/ProducerChannel.cs#L84 The line says:
    Copy code
    if (_compressorFactory is null || metadata.Compression != CompressionType.None)
    but I think it should say
    Copy code
    if (_compressorFactory is null || metadata.Compression == CompressionType.None)
                                                                       ^^
    b
    • 2
    • 2
  • l

    Loïc Berthou

    07/17/2024, 5:16 PM
    Hey folks! We are conducting some performance testing with the C# client and are getting very low numbers compared to other published clients. For some reason, we haven't been able to go past 2,000 to 3,000 messages per second per consumer. Is that your experience as well or is there anything that we need to do to unlock the throughput?
    k
    l
    e
    • 4
    • 9