Slackbot
01/08/2023, 3:47 PMSlackbot
01/09/2023, 12:10 PMphreed
01/09/2023, 6:09 PMHB
01/10/2023, 1:04 AMCould 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-aSlackbot
01/10/2023, 1:15 AMSlackbot
01/10/2023, 11:15 AMSlackbot
01/10/2023, 8:56 PMSlackbot
01/12/2023, 10:49 PMSlackbot
01/13/2023, 3:19 PMSlackbot
01/16/2023, 12:03 PMSlackbot
01/17/2023, 6:20 AMSlackbot
01/17/2023, 6:33 AMSlackbot
01/17/2023, 11:03 AMSlackbot
01/17/2023, 12:32 PMSlackbot
01/17/2023, 4:15 PMSlackbot
01/18/2023, 4:05 AMSlackbot
01/18/2023, 5:22 AMMurali
01/18/2023, 6:40 PMSlackbot
01/18/2023, 6:41 PMMurali
01/18/2023, 6:41 PMMurali
01/18/2023, 6:43 PMSlackbot
01/18/2023, 7:36 PMSlackbot
01/18/2023, 8:24 PMMurali
01/18/2023, 8:25 PMMurali
01/18/2023, 8:26 PMSlackbot
01/18/2023, 8:31 PMRaghav
01/19/2023, 1:19 PMWARN [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
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
./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?David K
01/19/2023, 3:36 PMYu Wei Sung
01/19/2023, 4:24 PMDavid K
01/19/2023, 4:27 PM