Failed to get offsets by times - Registry with Kafka
See original GitHub issueI 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:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
Also note: the kafka impl has been deprecated for awhile. I just removed it from
master
to avoid this confusion going forward. 😃