We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, not sure this is tied to the library or somehow to the client used for tests.
Our test suites fail quite regularly if we configure timeouts for our kafka consumer (which uses the akka-stream-kafka library) as follows:
wakeup-timeout = 1s max-wakeups = 5
I have no stack-trace to provide, but the log errors are
[ERROR][2017-04-07 10:12:52,819][akka.kafka.KafkaConsumerActor]WakeupException limit exceeded, stopping. [ERROR][2017-04-07 10:12:52,820][akka.kafka.KafkaConsumerActor]WakeupException limit exceeded, stopping. [ERROR][2017-04-07 10:12:52,820][akka.kafka.KafkaConsumerActor]WakeupException limit exceeded, stopping. [ERROR][2017-04-07 10:12:52,820][akka.kafka.KafkaConsumerActor]WakeupException limit exceeded, stopping. [ERROR][2017-04-07 10:12:52,820][akka.kafka.KafkaConsumerActor]WakeupException limit exceeded, stopping. [ERROR][2017-04-07 10:12:53,911][akka.kafka.KafkaConsumerActor]WakeupException limit exceeded, stopping.
If somehow it comes out that the error is not related to the library, I'll escalate to the kafka-stream project.
The text was updated successfully, but these errors were encountered:
I had a similar problem with the wakeup-timeout using akka-kafka. Honestly I don't think this is library related but I'll have a look anyway.
wakeup-timeout
akka-kafka
Sorry, something went wrong.
No branches or pull requests
Hi, not sure this is tied to the library or somehow to the client used for tests.
Our test suites fail quite regularly if we configure timeouts for our kafka consumer (which uses the akka-stream-kafka library) as follows:
I have no stack-trace to provide, but the log errors are
If somehow it comes out that the error is not related to the library, I'll escalate to the kafka-stream project.
The text was updated successfully, but these errors were encountered: