yanghua commented on a change in pull request #2227:
URL: https://github.com/apache/hudi/pull/2227#discussion_r571428718
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/helpers/KafkaOffsetGen.java
##########
@@ -49,6 +51,8 @@
private static final Logger LOG = LogManager.getLogger(KafkaOffsetGen.class);
+ private final Pattern pattern = Pattern.compile(".*,.*:.*");
Review comment:
Please add some comments to describe the pattern? i.e. an example
checkpoint string?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]