Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-557 Remove outdated haConfig's from default yaml files #558

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions conf/registry-dev-ssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,6 @@ servletFilters:
forwardPaths: "/api/v1/confluent,/subjects/*,/schemas/ids/*"
redirectPaths: "/ui/,/"

# HA configuration
## When no configuration is set, then all the nodes in schema registry cluster are eligible to write to the backend storage.
#haConfig:
# className: com.hortonworks.registries.ha.zk.ZKLeadershipParticipant
# config:
# # This url is a list of ZK servers separated by ,
# connect.url: "localhost:2181"
# # root node prefix in ZK for this instance
# root: "/registry"
# session.timeout.ms: 30000
# connection.timeout.ms: 20000
# retry.limit: 5
# retry.base.sleep.time.ms: 1000
# retry.max.sleep.time.ms: 5000

# Filesystem based jar storage
fileStorageConfiguration:
className: "com.hortonworks.registries.common.util.LocalFileSystemStorage"
Expand Down
15 changes: 0 additions & 15 deletions conf/registry-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,6 @@ servletFilters:
forwardPaths: "/api/v1/confluent,/subjects/*,/schemas/ids/*"
redirectPaths: "/ui/,/"

# HA configuration
## When no configuration is set, then all the nodes in schema registry cluster are eligible to write to the backend storage.
#haConfig:
# className: com.hortonworks.registries.ha.zk.ZKLeadershipParticipant
# config:
# # This url is a list of ZK servers separated by ,
# connect.url: "localhost:2181"
# # root node prefix in ZK for this instance
# root: "/registry"
# session.timeout.ms: 30000
# connection.timeout.ms: 20000
# retry.limit: 5
# retry.base.sleep.time.ms: 1000
# retry.max.sleep.time.ms: 5000

# Filesystem based jar storage
fileStorageConfiguration:
className: "com.hortonworks.registries.common.util.LocalFileSystemStorage"
Expand Down
14 changes: 0 additions & 14 deletions conf/registry-inmemory-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,6 @@ servletFilters:
forwardPaths: "/api/v1/confluent,/subjects/*,/schemas/ids/*"
redirectPaths: "/ui/,/"

# HA configuration
#haConfig:
# className: com.hortonworks.registries.ha.zk.ZKLeadershipParticipant
# config:
# # This url is a list of ZK servers separated by ,
# connect.url: "localhost:2181"
# # root node prefix in ZK for this instance
# root: "/registry"
# session.timeout.ms: 30000
# connection.timeout.ms: 20000
# retry.limit: 5
# retry.base.sleep.time.ms: 1000
# retry.max.sleep.time.ms: 5000

# Filesystem based jar storage
fileStorageConfiguration:
className: "com.hortonworks.registries.common.util.LocalFileSystemStorage"
Expand Down
14 changes: 0 additions & 14 deletions conf/registry-mysql-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,6 @@ servletFilters:
forwardPaths: "/api/v1/confluent,/subjects/*,/schemas/ids/*"
redirectPaths: "/ui/,/"

# HA configuration
#haConfig:
# className: com.hortonworks.registries.ha.zk.ZKLeadershipParticipant
# config:
# # This url is a list of ZK servers separated by ,
# connect.url: "localhost:2181"
# # root node prefix in ZK for this instance
# root: "/registry"
# session.timeout.ms: 30000
# connection.timeout.ms: 20000
# retry.limit: 5
# retry.base.sleep.time.ms: 1000
# retry.max.sleep.time.ms: 5000

# Filesystem based jar storage
fileStorageConfiguration:
className: "com.hortonworks.registries.common.util.LocalFileSystemStorage"
Expand Down
14 changes: 0 additions & 14 deletions conf/registry-oracle-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,6 @@ servletFilters:
forwardPaths: "/api/v1/confluent,/subjects/*,/schemas/ids/*"
redirectPaths: "/ui/,/"

# HA configuration
#haConfig:
# className: com.hortonworks.registries.ha.zk.ZKLeadershipParticipant
# config:
# # This url is a list of ZK servers separated by ,
# connect.url: "localhost:2181"
# # root node prefix in ZK for this instance
# root: "/registry"
# session.timeout.ms: 30000
# connection.timeout.ms: 20000
# retry.limit: 5
# retry.base.sleep.time.ms: 1000
# retry.max.sleep.time.ms: 5000

# Filesystem based jar storage
fileStorageConfiguration:
className: "com.hortonworks.registries.common.util.LocalFileSystemStorage"
Expand Down
14 changes: 0 additions & 14 deletions conf/registry-postgres-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,6 @@ servletFilters:
forwardPaths: "/api/v1/confluent,/subjects/*,/schemas/ids/*"
redirectPaths: "/ui/,/"

# HA configuration
#haConfig:
# className: com.hortonworks.registries.ha.zk.ZKLeadershipParticipant
# config:
# # This url is a list of ZK servers separated by ,
# connect.url: "localhost:2181"
# # root node prefix in ZK for this instance
# root: "/registry"
# session.timeout.ms: 30000
# connection.timeout.ms: 20000
# retry.limit: 5
# retry.base.sleep.time.ms: 1000
# retry.max.sleep.time.ms: 5000

# Filesystem based jar storage
fileStorageConfiguration:
className: "com.hortonworks.registries.common.util.LocalFileSystemStorage"
Expand Down
15 changes: 0 additions & 15 deletions conf/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,6 @@ servletFilters:
forwardPaths: "/api/v1/confluent,/subjects/*,/schemas/ids/*"
redirectPaths: "/ui/,/"

## HA configuration
## When no configuration is set, then all the nodes in schema registry cluster are eligible to write to the backend storage.
#haConfig:
# className: com.hortonworks.registries.ha.zk.ZKLeadershipParticipant
# config:
# # This url is a list of ZK servers separated by ,
# connect.url: "localhost:2181"
# # root node prefix in ZK for this instance
# root: "/registry"
# session.timeout.ms: 30000
# connection.timeout.ms: 20000
# retry.limit: 5
# retry.base.sleep.time.ms: 1000
# retry.max.sleep.time.ms: 5000

# Filesystem based jar storage
fileStorageConfiguration:
className: "com.hortonworks.registries.common.util.LocalFileSystemStorage"
Expand Down