mockingbird icon indicating copy to clipboard operation
mockingbird copied to clipboard

Issue with upstash-kafka

Open SichikUA opened this issue 2 years ago • 1 comments

Hi there!

Im trying to generate events to upstash-kafka destination. Upstash kafka topic was created, and it were receiving events using pure Producer RESR API with success.

But

  • If i am trying mockingbird Cloud UI or Local UI - i got failed requests (to https://fit-mallard-XXXXX-eu2-kafka.upstash.io:9092/produce/Orders) in my browser console with no any HTTP status .
  • If I am trying CLI: mockingbird-cli upstash-kafka --address=https://fit-mallard-XXXXX-eu2-kafka.upstash.io:9092/ --user=XXXXXX --pass=XXXXXX --topic=Orders --eps=1 --limit=-1 --schema=/Users/vadym/development/mockingbird/schemas/schema.json i got Upstash Error: {"message":"request to https://fit-mallard-XXXXX-eu2-kafka.upstash.io:9092/produce/Orders failed, reason: socket hang up","type":"system","errno":"ECONNRESET","code":"ECONNRESET"}.

do i do something wrong or it is some issue?

SichikUA avatar Sep 05 '23 20:09 SichikUA

Thanks @SichikUA - we'll investigate this!

sdairs avatar Sep 19 '23 19:09 sdairs

Upstash Kafka has been removed as Upstash has deprecated their Kafka service

sdairs avatar Nov 18 '24 14:11 sdairs