Skip to content

Commit 52f4444

Browse files
committed
change bootstrap by startup as per recomendartion during review
1 parent 3c5b8d0 commit 52f4444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/confluent/connect/elasticsearch/ElasticsearchSinkConnectorConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public class ElasticsearchSinkConnectorConfig extends AbstractConfig {
141141

142142
public static final String AUTO_CREATE_INDICES_AT_START_CONFIG = "auto.create.indices.at.start";
143143
private static final String AUTO_CREATE_INDICES_AT_START_DOC = "Auto create the Elasticsearch"
144-
+ " indices at bootstrap time. This is useful when the indices are a direct mapping "
144+
+ " indices at startup. This is useful when the indices are a direct mapping "
145145
+ " of the Kafka topics.";
146146

147147
protected static ConfigDef baseConfigDef() {
@@ -262,7 +262,7 @@ private static void addConnectorConfigs(ConfigDef configDef) {
262262
group,
263263
++order,
264264
Width.SHORT,
265-
"Create indices at bootstrap time"
265+
"Create indices at startup"
266266
);
267267
}
268268

0 commit comments

Comments
 (0)