[ https://issues.apache.org/jira/browse/KAFKA-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15175765#comment-15175765 ]
ASF GitHub Bot commented on KAFKA-2934: --------------------------------------- GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/734 KAFKA-2934: Offset storage file configuration in Connect standalone mode is not included in StandaloneConfig Added offsetBackingStore config to StandaloneConfig and DistributedConfig; Added config for offset.storage.topic and config.storage.topic into DistributedConfig; You can merge this pull request into a Git repository by running: $ git pull https://github.com/ZoneMayor/kafka trunk-KAFKA-2934 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/734.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #734 ---- commit 8a59426b2d348826584e8a618676b739dd7918d7 Author: jinxing <jinx...@fenbi.com> Date: 2016-02-21T08:34:27Z KAFKA-2934: Offset storage file configuration in Connect standalone mode is not included in StandaloneConfig commit 54bc2bcf5259cba9d99c74566d57823784065ab9 Author: jinxing <jinx...@fenbi.com> Date: 2016-03-02T06:56:04Z mod commit b491755fe3ea3e3420cd0b2b4297ca3196e89307 Author: jinxing <jinx...@fenbi.com> Date: 2016-03-02T07:03:25Z fix KakfaStatusBackingStore ---- > Offset storage file configuration in Connect standalone mode is not included > in StandaloneConfig > ------------------------------------------------------------------------------------------------ > > Key: KAFKA-2934 > URL: https://issues.apache.org/jira/browse/KAFKA-2934 > Project: Kafka > Issue Type: Bug > Components: copycat > Affects Versions: 0.9.0.0 > Reporter: Ewen Cheslack-Postava > Assignee: Ewen Cheslack-Postava > > The config is coded directly in FileOffsetBackingStore rather than being > listed (and validated) in StandaloneConfig. This also means it wouldn't be > included if we autogenerated docs from the config classes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)