Skip to content

Kafka source connector for testing connectivity between Kafka Connect and other networks

Notifications You must be signed in to change notification settings

newfox-03/kafka-connect-connectivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

kafka-connect-connectivity is a Kafka Sink Connector <http://kafka.apache.org/documentation.html#connect>_ for testing connectivity between Kafka Connect and other networks.

Building

To create an uber JAR::

$ mvn -P standalone clean package

The uber JAR will be created at target/kafka-connect-connectivity-$version-SNAPSHOT-standalone.jar.

Example configuration

Use any existing topic that to prevent error and set a comma-separated list of endpoints for testing connectivity::

name=connectivity-test
connector.class=connect.ConnectivitySinkConnector
tasks.max=1
topics=topic
endpoints=http://localhost:80,https://localhost:443

About

Kafka source connector for testing connectivity between Kafka Connect and other networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages