| Type | Name and description |
|---|---|
java.lang.String |
connectEndpointRESTful endpoint for the Connect Server. |
java.lang.String |
connectorSourceNameName of the connectors source directory that resides in the sourceBase directory. |
java.lang.String |
connectorSourcePathFull path of the connector config source directory. |
java.lang.String |
sourceBaseBase source directory for the Confluent plugin. |
java.lang.String |
taskGroupThe group name to use for all tasks. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
getConnectorsPath()Provides the path for Pipeline source files. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
RESTful endpoint for the Connect Server. Default: 'http://localhost:8083'.
Name of the connectors source directory that resides in the sourceBase directory. Default: 'connectors'.
Full path of the connector config source directory. When set, this overrides the values of sourceBase and connectorSourceName. Default: null.
Base source directory for the Confluent plugin. Default: 'src/main'.
The group name to use for all tasks. Default: 'kafkaConnect'.
Provides the path for Pipeline source files.