-
Notifications
You must be signed in to change notification settings - Fork 961
Home
Austin Harris edited this page Apr 15, 2016
·
4 revisions
#Welcome to the kafka-connect-jdbc wiki!
##Solutions to common problems
- Out of Memory errors
-
MySQL Source
Attach to your JDBC connection string the following settings: &useCursofFetch=true&defaultFetchSize=####
-
PostgreSQL Source
Attach to your JDBC connection string the following settings: See current issue: [Issue 34](https://github.com/confluentinc/kafka-connect-jdbc/issues/34)
-