Skip to content

Commit 96722cc

Browse files
committed
Correct default connector class name
1 parent a2649fb commit 96722cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/GridDB-kafka-sink-connect-and-source-connect-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ The 1 results had been acquired.
215215

216216
|Parameter | Description | Default Value |
217217
|---|---|---|
218-
|connector.class|the sink connector class|com.github.griddb.GriddbSinkConnector|
218+
|connector.class|the sink connector class|com.github.griddb.kafka.connect.GriddbSinkConnector|
219219
|name|the connector name| |
220220
|topics.regex|The list of topics to be format, It is used by the sink connector| |
221221
|topics|The name of topics is used by the sink connector| |
@@ -313,7 +313,7 @@ Note:
313313

314314
|Parameter | Description | Default Value |
315315
|---|---|---|
316-
|connector.class|the source connector class|com.github.griddb.GriddbSourceConnector|
316+
|connector.class|the source connector class|com.github.griddb.kafka.connect.GriddbSourceConnector|
317317
|name|the connector name| |
318318
|host|GridDB host or multicast address| |
319319
|port|GridDB port or multicast port| |

0 commit comments

Comments
 (0)