Skip to content
Andy Bryant edited this page Nov 22, 2016 · 8 revisions
When I try to compile I get an error about a missing SNAPSHOT dependency.

The error looks something like this:

[ERROR] Failed to execute goal on project kafka-connect-jdbc: Could not resolve dependencies for project
io.confluent:kafka-connect-jdbc:jar:3.1.0-SNAPSHOT: Could not find artifact 
org.apache.kafka:connect-api:jar:0.10.1.0-SNAPSHOT in confluent (http://packages.confluent.io/maven/) -> [Help 1]

During development of the JDBC connector we sometimes use a SNAPSHOT version of Kafka in order to build and test against new features. If you want to build a development version, you may need to build and install these dependencies to your local Maven repository in order to build the connector:

Out of Memory errors
  • MySQL Source
  • Attach to your JDBC connection string the following settings: &useCursorFetch=true&defaultFetchSize=####
  • PostgreSQL Source
  • Attach to your JDBC connection string the following settings:
  • See current issue: Issue 34
Clone this wiki locally