Code Monkey home page Code Monkey logo

Comments (3)

b-goyal avatar b-goyal commented on August 16, 2024

@aakarim, what do you mean by it's capped . I think only condition is minimum 0. If you set it to a large value, doesn't it retry?
Could you check if setting bigQueryRetryWait and bigQueryRetry both to large values help ?

from kafka-connect-bigquery.

aakarim avatar aakarim commented on August 16, 2024

@b-goyal Yes it does retry, it just only retries set number of times. I'd like it to keep retrying until the quota has expired (usually after a day). I could multiply it out, so if I have a bigQueryRetryWait of 15s that means that I need to retry 5,760 times max before giving up, but I'd like the flexibility to just set it as infinite and have it keep retrying forever.

from kafka-connect-bigquery.

b-goyal avatar b-goyal commented on August 16, 2024

bigQueryRetry is of type int so it is basically capped at 2147483647.
The bigQueryRetryWait is defaulted to 1000ms ( 1sec) . Doc link : https://docs.confluent.io/kafka-connectors/bigquery/current/kafka_connect_bigquery_config.html#:~:text=Importance%3A%20medium-,bigQueryRetryWait,-The%20minimum%20amount
If you set bigQueryRetry to the highest value possible which is 2147483647, with 1sec wait before retry, you will be retrying for 68 years.
I believe we do not need any explicit value to make the connector retry for days, if we set it to max, it should serve the purpose.
Does this help?

from kafka-connect-bigquery.

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.