question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to get offsets by times - Registry with Kafka

See original GitHub issue

I follow the documentation to start the registry kafka instance, but was not able to get it working.

I kept getting this error.

2020-10-30 14:04:32,322 INFO  [org.apa.kaf.com.uti.AppInfoParser] (main) Kafka commitId: 66563e712b0b9f84
2020-10-30 14:04:32,323 INFO  [org.apa.kaf.com.uti.AppInfoParser] (main) Kafka startTimeMs: 1604066672310
2020-10-30 14:04:32,326 INFO  [io.api.reg.uti.kaf.ConsumerContainer] (kafka-consumer-container-1) Consumer is not subscribed to any topics or assigned any partitions - will wait
2020-10-30 14:04:32,327 INFO  [org.apa.kaf.cli.con.KafkaConsumer] (main) [Consumer clientId=consumer-2, groupId=null] Subscribed to partition(s): snapshot-topic-0
2020-10-30 14:05:02,347 ERROR [io.qua.application] (main) Failed to start application (with profile prod): org.apache.kafka.common.errors.TimeoutException: Failed to get offsets by times in 30000ms

Is there a way to turn on the debug mode, so I get to see more info on what’s going on?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
alesjcommented, Nov 1, 2020

@weimeilin79 is there a particular reason why you’re testing Kafka storage instead of (supported) Streams storage? apicurio/apicurio-registry-kafka:latest --> apicurio/apicurio-registry-streams:latest

0reactions
EricWittmanncommented, Nov 3, 2020

Also note: the kafka impl has been deprecated for awhile. I just removed it from master to avoid this confusion going forward. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

What could cause "Failed to get offsets by times" in a Kafka ...
Error message was "org.apache.kafka.common.errors.TimeoutException: Failed to get offsets by times in 305000 ms" for Kafka 1.0 client and "org.
Read more >
Failed to get end offsets for topic partitions of global store
I have a Kafka stream that fails with this error on startup every time: org.apache.kafka.streams.errors.StreamsException: Failed to get end ...
Read more >
Platform Analytics Consumer failed to be up on Windows and ...
This article narrates Platform Analytics Consumer failed to be up and "Failed to get offsets by times in 60001ms" appears in ...
Read more >
Kafka Consumer | Confluent Documentation
This property specifies the maximum time allowed time between calls to the consumers poll method ( Consume method in .NET) before the consumer...
Read more >
Chapter 4. Kafka Consumers: Reading Data from Kafka
Suppose you have an application that needs to read messages from a Kafka topic, ... Most developers exercise more control over the time...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found