jhc-systems / debezium-connector-ibmi

Debezium Connector for IBM i (AS/400)
16 stars 12 forks source link

allow configuring the retrieve journal timeout #28

Closed msillence closed 1 year ago

msillence commented 1 year ago

Not sure I should leave the timeout hard coded

martintosney commented 1 year ago

Have you seen the failure in the Cloud Build?

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project journal-parsing: Compilation failure
[ERROR] /workspace/journal-parsing/src/test/java/com/fnz/db2/journal/retrieve/RetrieveJournalTest.java:[32,76] cannot find symbol
[ERROR]   symbol:   variable DEFAULT_MAX_JOURNAL_TIMEOUT
[ERROR]   location: class com.fnz.db2.journal.retrieve.RetrieveConfig
msillence commented 1 year ago

Have you seen the failure in the Cloud Build?

  • thanks, it was a change I thought I'd undone...