Skip to content

streamsets/topology_confluent_schema_registry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confluent Schema Registry topology for clusterdock

This repository houses the Confluent Schema Registry topology for clusterdock.

Usage

Assuming you've already installed clusterdock (if not, go read the docs), you use this topology by cloning it to a local folder and then running commands with the clusterdock script:

$ git clone https://github.com/clusterdock/topology_confluent_schema_registry
$ clusterdock start topology_confluent_schema_registry --confluent-version 4.0.0 --confluent-short-version 4.0

To see full usage instructions for the start action, use -h/--help:

$ clusterdock start topology_apache_kafka -h
usage: clusterdock start [--always-pull] [--namespace ns] [--network nw]
                         [-o sys] [-r url] [-h] [--confluent-version ver]
                         [--nodes node [node ...]]
                         topology

Start a Confluent Schema Registry cluster

positional arguments:
  topology              A clusterdock topology directory

optional arguments:
  --always-pull         Pull latest images, even if they're available locally
                        (default: False)
  --namespace ns        Namespace to use when looking for images (default:
                        None)
  --network nw          Docker network to use (default: cluster)
  -o sys, --operating-system sys
                        Operating system to use for cluster nodes (default:
                        None)
  -r url, --registry url
                        Docker Registry from which to pull images (default:
                        docker.io)
  -h, --help            show this help message and exit

Confluent Schema Registry arguments:
  --confluent-version ver
                        Confluent version (default: 4.0.0)

Node groups:
  --nodes node [node ...]
                        Nodes of the nodes group (default: ['registry-1'])

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.1%
  • Shell 22.5%
  • Dockerfile 15.4%