C0urante commented on code in PR #12656: URL: https://github.com/apache/kafka/pull/12656#discussion_r974158439
########## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/standalone/StandaloneConfig.java: ########## @@ -28,7 +28,7 @@ public class StandaloneConfig extends WorkerConfig { * <code>offset.storage.file.filename</code> */ public static final String OFFSET_STORAGE_FILE_FILENAME_CONFIG = "offset.storage.file.filename"; - private static final String OFFSET_STORAGE_FILE_FILENAME_DOC = "File to store offset data in"; + private static final String OFFSET_STORAGE_FILE_FILENAME_DOC = "File to store source task offsets"; Review Comment: To remain consistent with the description for the `offset.storage.topic`, we should probably use the term "connector" instead of "task": ```suggestion private static final String OFFSET_STORAGE_FILE_FILENAME_DOC = "File to store source connector offsets"; ``` -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org