Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
1
Description
Attempting to connect using a custom port with the Sink connector results in an error.
Example config snippet:
connection.cluster_address=192.168.64.4:30711 |
Attachments
Issue Links
- relates to
-
KAFKAC-165 Source: Cannot connect to Couchbase on custom port
-
- Resolved
-
Bootstrapping the Couchbase connection with custom ports is supported by SDK 3, but not by the latest SDK 2 (2.7.13) which is what the Kafka connector uses.
We'll either need to backport the custom port support to SDK 2, or update the DCP client and Kafka connector to use SDK 3.