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

    Slackbot

    01/08/2023, 3:47 PM
    This message was deleted.
    m
    d
    • 3
    • 14
  • s

    Slackbot

    01/09/2023, 12:10 PM
    This message was deleted.
    l
    j
    • 3
    • 3
  • p

    phreed

    01/09/2023, 6:09 PM
    I see quite a bit off traffic about Apache Arrow Flight, but nothing on the Pulsar channels. Is there none or am I just looking in the wrong places?
  • h

    HB

    01/10/2023, 1:04 AM
    While following the instructions to setup IntelliJ for pulsar development I got the below error
    Copy code
    Could not find artifact org.apache.pulsar:pulsar-broker:pom:2.12.0-SNAPSHOT in apache.snapshots (<https://repository.apache.org/snapshots>)
    Digging deeper into the snapshots, I don't see pulsar-broker at 2.12.0 either: https://repository.apache.org/content/groups/snapshots/org/apache/pulsar/pulsar-broker/ Is there some configuration step missing? See SO: https://stackoverflow.com/questions/75064447/could-not-find-artifact-org-apache-pulsarpulsar-brokerpom2-12-0-snapshot-in-a
  • s

    Slackbot

    01/10/2023, 1:15 AM
    This message was deleted.
    h
    d
    l
    • 4
    • 11
  • s

    Slackbot

    01/10/2023, 11:15 AM
    This message was deleted.
    e
    d
    +3
    • 6
    • 12
  • s

    Slackbot

    01/10/2023, 8:56 PM
    This message was deleted.
    t
    d
    • 3
    • 8
  • s

    Slackbot

    01/12/2023, 10:49 PM
    This message was deleted.
    x
    a
    y
    • 4
    • 50
  • s

    Slackbot

    01/13/2023, 3:19 PM
    This message was deleted.
    l
    j
    • 3
    • 2
  • s

    Slackbot

    01/16/2023, 12:03 PM
    This message was deleted.
    j
    • 2
    • 2
  • s

    Slackbot

    01/17/2023, 6:20 AM
    This message was deleted.
    e
    j
    s
    • 4
    • 4
  • s

    Slackbot

    01/17/2023, 6:33 AM
    This message was deleted.
    e
    • 2
    • 4
  • s

    Slackbot

    01/17/2023, 11:03 AM
    This message was deleted.
    y
    • 2
    • 1
  • s

    Slackbot

    01/17/2023, 12:32 PM
    This message was deleted.
    x
    • 2
    • 1
  • s

    Slackbot

    01/17/2023, 4:15 PM
    This message was deleted.
    d
    h
    • 3
    • 2
  • s

    Slackbot

    01/18/2023, 4:05 AM
    This message was deleted.
    m
    g
    j
    • 4
    • 4
  • s

    Slackbot

    01/18/2023, 5:22 AM
    This message was deleted.
    j
    • 2
    • 1
  • m

    Murali

    01/18/2023, 6:40 PM
    Hi All, I am new to pulsar and I am creating a pulsar cluster in aws EKS stack using helm charts
  • s

    Slackbot

    01/18/2023, 6:41 PM
    This message was deleted.
    l
    • 2
    • 2
  • m

    Murali

    01/18/2023, 6:41 PM
    is it done via config maps?
  • m

    Murali

    01/18/2023, 6:43 PM
    TIA
  • s

    Slackbot

    01/18/2023, 7:36 PM
    This message was deleted.
    đź‘€ 2
    m
    k
    • 3
    • 3
  • s

    Slackbot

    01/18/2023, 8:24 PM
    This message was deleted.
    g
    m
    • 3
    • 4
  • m

    Murali

    01/18/2023, 8:25 PM
    on the other hand when we created one producer object per message(which is bad and wrong), we surprisingly saw better performance. any reasons why it couldnt have performed well.
  • m

    Murali

    01/18/2023, 8:26 PM
    Note: we did not use batching in this scenario and we are using m5 instance type in aws
  • s

    Slackbot

    01/18/2023, 8:31 PM
    This message was deleted.
    k
    d
    • 3
    • 7
  • r

    Raghav

    01/19/2023, 1:19 PM
    Hi I am trying to explore KoP on pulsar, I have made the config changes following the documentation, but when I am trying to produce to the topics(created from pulsar-admin tool) I am getting the following exception in kafka client
    Copy code
    WARN [Producer clientId=console-producer] Bootstrap broker <ip>:9092 (id: -1 rack: null) disconnected (org.apache.kafka.clients.NetworkClient)
    Logs from broker don't have much info and all I can see is this
    Copy code
    13:09:21.931 [pulsar-io-4-2] DEBUG io.streamnative.pulsar.handlers.kop.KafkaCommandDecoder - [/<ip>:42816] Received kafka cmd RequestHeader(apiKey=API_VERSIONS, apiVersion=3, clientId=console-producer, correlationId=23), the request content is: KafkaHeaderAndRequest(header=RequestHeader(apiKey=API_VERSIONS, apiVersion=3, clientId=console-producer, correlationId=23), request={}, remoteAddress=/<ip>:42816)
    13:09:21.931 [send-response-OrderedScheduler-0-0] DEBUG io.streamnative.pulsar.handlers.kop.KafkaCommandDecoder - Write kafka cmd to client. request content: KafkaHeaderAndRequest(header=RequestHeader(apiKey=API_VERSIONS, apiVersion=3, clientId=console-producer, correlationId=23), request={}, remoteAddress=/<ip>:42816) responseAndRequest content: {error_code=35,api_versions=[]}
    command used to produce
    Copy code
    ./bin/kafka-console-producer.sh --topic viesti/ns1/k1 --bootstrap-server <ip>:9092
    pulsar and kop version used: 2.9.3.19, kafka_client version:
    kafka_2.12-2.8.2 and kafka_2.13-3.3.1
    Tried both versions and none of them worked. Anyone else has seen similar issues?
  • d

    David K

    01/19/2023, 3:36 PM
    Any errors in the Broker logs at 130921.931 ? Not sure what error_code 35 is, but I would investigate
  • y

    Yu Wei Sung

    01/19/2023, 4:24 PM
    UNSUPPORTED_VERSION 35 False The version of API is not supported.
  • d

    David K

    01/19/2023, 4:27 PM
    ^^^ meaning an incompatible Kafka client version?
12345...155Latest