Repository: kafka Updated Branches: refs/heads/trunk a5f1158c3 -> f89f5fb90
KAFKA-3582; Remove references to Copcyat from Kafka Connect property files junrao Author: Liquan Pei <[email protected]> Reviewers: Jun Rao <[email protected]> Closes #1236 from Ishiihara/minor-fix Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/f89f5fb9 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/f89f5fb9 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/f89f5fb9 Branch: refs/heads/trunk Commit: f89f5fb907711e4696bee8a8d7bb53c6941ed693 Parents: a5f1158 Author: Liquan Pei <[email protected]> Authored: Mon Apr 18 18:49:17 2016 -0700 Committer: Jun Rao <[email protected]> Committed: Mon Apr 18 18:49:17 2016 -0700 ---------------------------------------------------------------------- config/connect-distributed.properties | 2 +- config/connect-standalone.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/f89f5fb9/config/connect-distributed.properties ---------------------------------------------------------------------- diff --git a/config/connect-distributed.properties b/config/connect-distributed.properties index 46bd3bc..b25339f 100644 --- a/config/connect-distributed.properties +++ b/config/connect-distributed.properties @@ -30,7 +30,7 @@ key.converter.schemas.enable=true value.converter.schemas.enable=true # The internal converter used for offsets and config data is configurable and must be specified, but most users will -# always want to use the built-in default. Offset and config data is never visible outside of Copcyat in this format. +# always want to use the built-in default. Offset and config data is never visible outside of Kafka Connect in this format. internal.key.converter=org.apache.kafka.connect.json.JsonConverter internal.value.converter=org.apache.kafka.connect.json.JsonConverter internal.key.converter.schemas.enable=false http://git-wip-us.apache.org/repos/asf/kafka/blob/f89f5fb9/config/connect-standalone.properties ---------------------------------------------------------------------- diff --git a/config/connect-standalone.properties b/config/connect-standalone.properties index 8c4f98e..8760590 100644 --- a/config/connect-standalone.properties +++ b/config/connect-standalone.properties @@ -26,7 +26,7 @@ key.converter.schemas.enable=true value.converter.schemas.enable=true # The internal converter used for offsets and config data is configurable and must be specified, but most users will -# always want to use the built-in default. Offset and config data is never visible outside of Copcyat in this format. +# always want to use the built-in default. Offset and config data is never visible outside of Kafka Connect in this format. internal.key.converter=org.apache.kafka.connect.json.JsonConverter internal.value.converter=org.apache.kafka.connect.json.JsonConverter internal.key.converter.schemas.enable=false
