Skip to content

Commit 5ce504e

Browse files
committed
Addressed docs comments
1 parent 5528b36 commit 5ce504e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,9 @@ public class ElasticsearchSinkConnectorConfig extends AbstractConfig {
404404
// Resource mapping configs
405405
public static final String EXTERNAL_RESOURCE_USAGE_CONFIG = "external.resource.usage";
406406
private static final String EXTERNAL_RESOURCE_USAGE_DOC = String.format(
407-
"The type of resource to write to. Valid options are %s, %s, %s, %s, and %s. "
408-
+ "This determines whether the connector will write to regular indices, data streams, "
409-
+ "index aliases, or data stream aliases. When set to %s, the connector will "
410-
+ "auto-create indices or data streams based on the topic name and datastream configurations",
407+
"The type of resource the connector writes to, such as indices, datastreams or aliases. "
408+
+ "Valid options are %s, %s, %s, %s, and %s. When set to %s, the connector will "
409+
+ "auto-create indices or datastreams based on the topic name and datastream configurations",
411410
ExternalResourceUsage.INDEX,
412411
ExternalResourceUsage.DATASTREAM,
413412
ExternalResourceUsage.ALIAS_INDEX,

0 commit comments

Comments
 (0)