Skip to content

Commit 9eed6e2

Browse files
committed
Add example in config doc
1 parent 2d422ff commit 9eed6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka-client/src/main/java/dev/responsive/kafka/api/config/ResponsiveConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public class ResponsiveConfig extends AbstractConfig {
129129
private static final String RS3_PORT_DOC = "The port to use when connecting to RS3.";
130130

131131
public static final String RS3_LOGICAL_STORE_MAPPING_CONFIG = "responsive.rs3.logical.store.mapping";
132-
public static final String RS3_LOGICAL_STORE_MAPPING_DOC = "Mapping from table name to RS3 logical store ID";
132+
public static final String RS3_LOGICAL_STORE_MAPPING_DOC = "Mapping from table name to RS3 logical store ID (e.g. 'table:b1a45157-e2f0-4698-be0e-5bf3a9b8e9d1,...')";
133133

134134
// ------------------ ScyllaDB specific configurations ----------------------
135135

0 commit comments

Comments
 (0)