Skip to content

Commit

Permalink
fix: remove duplicate comment about Schema Regitry URL from sample se…
Browse files Browse the repository at this point in the history
…rver properties (#4346)
  • Loading branch information
stevenpyzhang authored Jan 17, 2020
1 parent 86bf190 commit 0d542c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions config/ksql-production-server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ ksql.logging.processing.stream.auto.create=true
# The set of Kafka brokers to bootstrap Kafka cluster information from:
bootstrap.servers=localhost:9092

# uncomment the below to point to a Schema Registry cluster
# ksql.schema.registry.url=http://localhost:8081

# uncomment the below to start an embedded Connect worker
# ksql.connect.worker.config=config/connect.properties
# ksql.connect.configs.topic=ksql-connect-configs
Expand Down
3 changes: 0 additions & 3 deletions config/ksql-server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ ksql.logging.processing.stream.auto.create=true
# The set of Kafka brokers to bootstrap Kafka cluster information from:
bootstrap.servers=localhost:9092

# uncomment the below to point to a Schema Registry cluster
# ksql.schema.registry.url=http://localhost:8081

# uncomment the below to start an embedded Connect worker
# ksql.connect.worker.config=config/connect.properties

Expand Down

0 comments on commit 0d542c5

Please sign in to comment.