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

    Alex Katebi

    05/29/2023, 12:38 PM
    When I create a pulsar admin client in Java I get bunch of errors. Am I doing something wrong?
  • e

    Entvex

    05/29/2023, 12:53 PM
    @Alex Katebi what errors do you get ?
  • a

    Alex Katebi

    05/29/2023, 12:54 PM
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pulsarAdmin' defined in class path resource [com/magna/lmdd/config/MyPulsarAdmin.class]: Failed to instantiate [org.apache.pulsar.client.admin.PulsarAdmin]: Factory method 'pulsarAdmin' threw exception with message: null
  • e

    Entvex

    05/29/2023, 1:06 PM
    I think you need to show your code, as well for people to help you ๐Ÿ™‚
  • a

    Alex Katebi

    05/29/2023, 1:10 PM
    I figured it out. I was missing my Maven dependency
  • a

    Alex Katebi

    05/29/2023, 1:10 PM
    <dependency> <groupId>org.apache.pulsar</groupId> <artifactId>pulsar-client-admin</artifactId> <version>${pulsar.version}</version> </dependency>
  • a

    Alex Katebi

    05/29/2023, 1:11 PM
    Thanks for helping me Entvex.
  • e

    Entvex

    05/29/2023, 1:26 PM
    No problem. @Alex Katebi ๐Ÿ™‚. I am a happy it works now.
  • a

    Alex Katebi

    05/29/2023, 1:28 PM
    One would thing that the artifact pulsar-client includes pulsar admin but it doesnโ€™t
  • a

    Alex Katebi

    05/29/2023, 1:28 PM
    Also the pulsar web site does not mention it
  • s

    Slackbot

    05/30/2023, 12:30 PM
    This message was deleted.
    e
    e
    +2
    • 5
    • 17
  • d

    Daniel Ciocirlan

    05/30/2023, 1:09 PM
    hello, can someone please look on this bug : https://github.com/apache/pulsar/issues/19860 it's very annoying for us.
  • j

    Jing Tyagi

    05/30/2023, 2:10 PM
    Good morning pulsar team, I'm quite new to pulsar. I have a task to upgrade our pulsar(helm chart install v2.8.3) in AWS EKS cluster to the latest version. and according to https://pulsar.apache.org/contribute/release-policy/#release-semantics, it seems that I have to upgrade through these routes: 2.8.3->2.9.x->2.10.x->v2.11.x->v3.0.0. I did helm repo add apache https://pulsar.apache.org/charts && helm repo update, but after I upgrade from 2.8.3 to 2.9.4, there is no chart version 2.10.x in the repo. $ helm search repo apache/pulsar --versions. Please see below, does this mean I can upgrade directly from 2.9.4 to 3.0.0 or I have to follow the upgrade instruction to 2.10.x? If so, where could I get the chart version? Thanks
    Untitled
  • a

    Asaf Mesika

    05/30/2023, 2:35 PM
    ๐Ÿ“ฃ Please note, from now on PIPs are to be submitted through GitHub Pull Request. A PIP is now a markdown file saved in
    pip
    folder in apache/pulsar repository. Issues are no longer used to hold the contents of a PIP. The new process is described here.
    ๐Ÿ‘ 5
  • a

    Alex Katebi

    05/30/2023, 4:42 PM
    I would like to use the Pulsar SQL interface in my Java code. Is there a Maven dependency and some sample code on how to use it? Thanks!
  • d

    David K

    05/30/2023, 4:46 PM
    @Alex Katebi If you are referring to Pulsar SQL, you can connect to Trino from Java using the JDBC driver, which is available in Maven Central.
  • s

    Sarabjit

    05/31/2023, 3:27 PM
    Hello team, based on https://pulsar.apache.org/docs/3.0.x/admin-api-topics/#skip-messages, it seems that there is a way to skip a certain number of messages in a subscription. Is it possible to skip messages based on the message metadata?
  • s

    Slackbot

    05/31/2023, 4:43 PM
    This message was deleted.
    thankyou 1
    ๐Ÿ™Œ 2
    a
    c
    d
    • 4
    • 11
  • s

    Slackbot

    05/31/2023, 11:28 PM
    This message was deleted.
    m
    a
    • 3
    • 7
  • a

    Andy Walker

    05/31/2023, 11:28 PM
    Thanks!
  • s

    Slackbot

    06/01/2023, 12:08 AM
    This message was deleted.
    h
    a
    • 3
    • 2
  • s

    Slackbot

    06/01/2023, 11:17 PM
    This message was deleted.
    g
    z
    • 3
    • 4
  • s

    Slackbot

    06/02/2023, 11:05 AM
    This message was deleted.
    a
    • 2
    • 2
  • s

    Slackbot

    06/05/2023, 3:52 PM
    This message was deleted.
    s
    j
    +3
    • 6
    • 8
  • r

    Rohan Pednekar

    06/05/2023, 4:05 PM
    Hey folks, This week is PrestoCon Day June 7th ๐Ÿฅณ We hope you can join us for a day of all things Presto; speakers from Bolt, Adobe, TikTok/Bytedance, Alibaba Cloud, IBM, Uber, and many more will be sharing how they use Presto at their companies. PrestoCon Day is virtual and free to register! Drop in when you can, just make sure to register at: https://events.linuxfoundation.org/prestocon-day/register/ Looking forward to seeing many of you there ๐Ÿ‘
  • j

    JooHyukKim

    06/06/2023, 3:06 AM
    May I ask if there is anyone with experience translating the book *`Apache Pulsar in Action` *to their native language? I am interested in undertaking the translation and would appreciate any insights or guidance on any potential limitations. Thank you! ๐Ÿ™๐Ÿผ๐Ÿ™๐Ÿผ
  • s

    Slackbot

    06/06/2023, 6:48 AM
    This message was deleted.
    j
    e
    +2
    • 5
    • 4
  • s

    Slackbot

    06/06/2023, 9:37 AM
    This message was deleted.
    m
    e
    • 3
    • 2
  • s

    Slackbot

    06/06/2023, 10:26 AM
    This message was deleted.
    m
    n
    • 3
    • 3
  • s

    Slackbot

    06/06/2023, 12:46 PM
    This message was deleted.
    u
    m
    t
    • 4
    • 5
1...121314...155Latest