Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.2.3
-
None
-
1
Description
IPv6 is supported starting with connector 3.2.3 and Couchbase Server 5.5. It requires setting an environment variable prior to starting the connect worker:
KAFKA_OPTS="-Dcom.couchbase.forceIPv4=false"
|
Add this info to the README and to the developer documentation.
Attachments
Issue Links
- relates to
-
KAFKAC-91 verify ipv6 support
-
- Resolved
-
Just FYI, you need to set the “ipv6” term to “true” in /opt/couchbase/etc/couchbase/static_config file in couchbase node and restart the server. Couchbase can run either IPV4 mode(ipv6=false) or IPV6 mode(ipv6=true), not both.