nsivabalan commented on code in PR #13604:
URL: https://github.com/apache/hudi/pull/13604#discussion_r2232114163
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/config/KafkaSourceConfig.java:
##########
@@ -177,6 +177,13 @@ public class KafkaSourceConfig extends HoodieConfig {
+ "OffsetOutOfRange exception, as it is possible that the earliest
Kafka offsets may "
+ "expire soon while the job is progressing.");
+ public static final ConfigProperty<String> IGNORE_PREFIX_CONFIG_LIST =
ConfigProperty
+ .key(PREFIX + "ignore.prefix.config.list")
+ .defaultValue("")
+ .markAdvanced()
+ .sinceVersion("1.1.0")
+ .withDocumentation("Semi-colon separated list of prefixes for config
keys that should be dropped from the configs when passed to the Kafka
consumer.");
Review Comment:
why semi colon. usual norms is to have "comma" separated list right?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]