Giter Site home page Giter Site logo

Comments (3)

robvadai avatar robvadai commented on July 19, 2024 1

Error was totally unrelated but because it existed it diverted my attention from the real problem.

My pipeline builds state and I had to disable caching in order to speed up producing new messages by setting:

StreamsConfig.CACHE_MAX_BYTES_BUFFERING_CONFIG -> "0".asInstanceOf[AnyRef],
StreamsConfig.COMMIT_INTERVAL_MS_CONFIG -> "100".asInstanceOf[AnyRef]

After applying this tests worked, again, nothing to do with the original errors.

from embedded-kafka-schema-registry.

francescopellegrini avatar francescopellegrini commented on July 19, 2024

Hi @robvadai , those warnings are a well known issue, but they cause no harm.

The only reference to WakeupException I could find is this. Does it happen regularly? Could the SR die unexpectedly before the test is over or right after?

from embedded-kafka-schema-registry.

robvadai avatar robvadai commented on July 19, 2024

Hi @francescopellegrini ,

I was using your library happily so far and never seen this error. I have a multi-project Gradle project where in one of my subprojects tests work with no problem at all. In another subproject I have the above error. Even when I run it in IntelliJ so it's not an issue because of 2 tests running in the same time.

It may be triggered by a hidden error in my opinion, so what I'm going to do is publish plain string messages and try to eliminate that it's my code. As I said in other projects the library works.

I just though I'll raise it if anyone else experienced this.

Not sure if it's maybe a timeout configuration, ie. would it be possible to increase some timeouts perhaps?

from embedded-kafka-schema-registry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.