connect-utils icon indicating copy to clipboard operation
connect-utils copied to clipboard

Utility project for working with Kafka Connect.

Results 20 connect-utils issues
Sort by recently updated
recently updated
newest added

I got a failed test result when running the unit test: JsonNodeTest.java under the module "connect-utils-parser". There are two unit test cases: JsonNodeTest and StringParserTest, that failed. I fixed it...

I believe the current implementation of SourceRecordDequeImpl#waitForCapacity throws TimeoutExceptions too early due to the way the elapsed time is calculate. Moreover, there seem to be 2 off-by-one errors which will...

Bumps logback-classic from 1.1.8 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.1.8&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Failed tests: StringParserTest.dateTests:217->assertConversion:91 Could not parse '2001-07-04' to 'java.util.Date' ==> expected: but was: JsonNodeTest.lambda$null$1:316->parseJsonNode:159 Could not parse '"2001-07-04"' to 'Date' ==> expected: but was: